Shades of Neon Pink #FF64DC
Tints of Neon Pink #FF64DC
RGB
CMYK
RGB Variations
Color information
#FF64DC (or 0xFF64DC) is known color: Neon Pink. HEX triplet: FF, 64 and DC. RGB value is (255,100,220). Sum of RGB (Red+Green+Blue) = 255+100+220=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64DC is #009B23. Grayscale: #9F9F9F. Windows color (decimal): -39716 or 14443775. OLE color: 14443775.
HSL color Cylindrical-coordinate representation of color #FF64DC: hue angle of 313.55º 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 #FF64DC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 220 | - |
| CMYK | 0 | 0.61 | 0.14 | 0 |
| HSL | 313.55º | 1% | 0.7% | - |
| HSV(B) | 313.55º | 0.61% | 1% | - |
| XYZ | 58.72 | 35.54 | 71.48 | - |
| YUV | 160.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 220 | 0 | 0.61 | 0.14 | 0 | 313.55 | 1 | 0.7 |
| Hex | FF | 64 | DC | 0 | 3D | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 144 | 334 | 0 | 75 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11011100 | 0 | 111101 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF64DC
Complementary color
Monochromatic Colors of #FF64DC
Black with #FF64DC
Text Example
Text Example
White with #FF64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64DC; }
p { color: rgb(255,100,220); }
H1.HeaderClassName
{
color: #FF64DC;
}
.AnyTagClassName
{
color: #FF64DC;
}
</style>
background-color css
<style>
a { background-color: #FF64DC; }
a { background-color: rgb(255,100,220); }
div.DivClassName
{
background-color: #FF64DC;
}
.BgClassName
{
background-color: #FF64DC;
}
</style>
border-color css
<style>
span { border-color: #FF64DC; }
span { border-color: rgb(255,100,220); }
td.TdClassName
{
border-color: #FF64DC;
}
.TagClassName
{
border-color: #FF64DC;
}
</style>