Shades of Neon Pink #FF64DF
Tints of Neon Pink #FF64DF
RGB
CMYK
RGB Variations
Color information
#FF64DF (or 0xFF64DF) is known color: Neon Pink. HEX triplet: FF, 64 and DF. RGB value is (255,100,223). Sum of RGB (Red+Green+Blue) = 255+100+223=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64DF is #009B20. Grayscale: #A0A0A0. Windows color (decimal): -39713 or 14640383. OLE color: 14640383.
HSL color Cylindrical-coordinate representation of color #FF64DF: hue angle of 312.39º 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 #FF64DF is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 223 | - |
| CMYK | 0 | 0.61 | 0.13 | 0 |
| HSL | 312.39º | 1% | 0.7% | - |
| HSV(B) | 312.39º | 0.61% | 1% | - |
| XYZ | 59.12 | 35.7 | 73.59 | - |
| YUV | 160.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 223 | 0 | 0.61 | 0.13 | 0 | 312.39 | 1 | 0.7 |
| Hex | FF | 64 | DF | 0 | 3D | D | 0 | 138 | 64 | 46 |
| Octal | 377 | 144 | 337 | 0 | 75 | 15 | 0 | 470 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11011111 | 0 | 111101 | 1101 | 0 | 100111000 | 1100100 | 1000110 |
Color Harmonies of #FF64DF
Complementary color
Monochromatic Colors of #FF64DF
Black with #FF64DF
Text Example
Text Example
White with #FF64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64DF; }
p { color: rgb(255,100,223); }
H1.HeaderClassName
{
color: #FF64DF;
}
.AnyTagClassName
{
color: #FF64DF;
}
</style>
background-color css
<style>
a { background-color: #FF64DF; }
a { background-color: rgb(255,100,223); }
div.DivClassName
{
background-color: #FF64DF;
}
.BgClassName
{
background-color: #FF64DF;
}
</style>
border-color css
<style>
span { border-color: #FF64DF; }
span { border-color: rgb(255,100,223); }
td.TdClassName
{
border-color: #FF64DF;
}
.TagClassName
{
border-color: #FF64DF;
}
</style>