devcalcs

64px to rem = 4rem

64 pixels equals 4rem at the default root font size of 16px. Adjust the root size below to recalculate.

px
px
4rem

How it works

To convert 64px to rem, divide by the root font size: 64 / 16 = 4. The rem unit is relative to the root element’s font size, which browsers default to 16px.