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