Shades of Neon Pink #FF64CF
Tints of Neon Pink #FF64CF
RGB
CMYK
RGB Variations
Color information
#FF64CF (or 0xFF64CF) is known color: Neon Pink. HEX triplet: FF, 64 and CF. RGB value is (255,100,207). Sum of RGB (Red+Green+Blue) = 255+100+207=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64CF is #009B30. Grayscale: #9E9E9E. Windows color (decimal): -39729 or 13591807. OLE color: 13591807.
HSL color Cylindrical-coordinate representation of color #FF64CF: hue angle of 318.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64CF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 207 | - |
| CMYK | 0 | 0.61 | 0.19 | 0 |
| HSL | 318.58º | 1% | 0.7% | - |
| HSV(B) | 318.58º | 0.61% | 1% | - |
| XYZ | 57.06 | 34.88 | 62.76 | - |
| YUV | 158.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 207 | 0 | 0.61 | 0.19 | 0 | 318.58 | 1 | 0.7 |
| Hex | FF | 64 | CF | 0 | 3D | 13 | 0 | 13F | 64 | 46 |
| Octal | 377 | 144 | 317 | 0 | 75 | 23 | 0 | 477 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11001111 | 0 | 111101 | 10011 | 0 | 100111111 | 1100100 | 1000110 |
Color Harmonies of #FF64CF
Complementary color
Monochromatic Colors of #FF64CF
Black with #FF64CF
Text Example
Text Example
White with #FF64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64CF; }
p { color: rgb(255,100,207); }
H1.HeaderClassName
{
color: #FF64CF;
}
.AnyTagClassName
{
color: #FF64CF;
}
</style>
background-color css
<style>
a { background-color: #FF64CF; }
a { background-color: rgb(255,100,207); }
div.DivClassName
{
background-color: #FF64CF;
}
.BgClassName
{
background-color: #FF64CF;
}
</style>
border-color css
<style>
span { border-color: #FF64CF; }
span { border-color: rgb(255,100,207); }
td.TdClassName
{
border-color: #FF64CF;
}
.TagClassName
{
border-color: #FF64CF;
}
</style>