3v4l.org

run code in 500+ PHP versions simultaneously
<?php $hex = '#ffffff'; $red = hexdec( substr( $hex, 0, 2 ) ); $green = hexdec( substr( $hex, 2, 2 ) ); $blue = hexdec( substr( $hex, 4, 2 ) ); var_dump(compact('red', 'green', 'blue'));

preferences:
79.84 ms | 1286 KiB | 5 Q