96px to pt
96px = 72pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
96px × 0.75 = 72pt
Reversing it, 72pt × 1.3333 returns 96px.
Nearby values
| px | pt |
|---|---|
| 48px | 36pt |
| 56px | 42pt |
| 64px | 48pt |
| 72px | 54pt |
| 80px | 60pt |
| 96px | 72pt |
| 128px | 96pt |
Frequently asked questions
What is 96px in pt?
72pt.
How is 96px converted to pt?
Multiply by 0.75: 96 × 0.75 = 72. To go back, multiply 72 by 1.3333.
Does zoom or font size change 96px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 96px is 72pt in every context.