Shades of Neon Pink #FF64C6
Tints of Neon Pink #FF64C6
RGB
CMYK
RGB Variations
Color information
#FF64C6 (or 0xFF64C6) is known color: Neon Pink. HEX triplet: FF, 64 and C6. RGB value is (255,100,198). Sum of RGB (Red+Green+Blue) = 255+100+198=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64C6 is #009B39. Grayscale: #9D9D9D. Windows color (decimal): -39738 or 13001983. OLE color: 13001983.
HSL color Cylindrical-coordinate representation of color #FF64C6: hue angle of 322.06º 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 #FF64C6 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 198 | - |
| CMYK | 0 | 0.61 | 0.22 | 0 |
| HSL | 322.06º | 1% | 0.7% | - |
| HSV(B) | 322.06º | 0.61% | 1% | - |
| XYZ | 55.99 | 34.45 | 57.12 | - |
| YUV | 157.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 198 | 0 | 0.61 | 0.22 | 0 | 322.06 | 1 | 0.7 |
| Hex | FF | 64 | C6 | 0 | 3D | 16 | 0 | 142 | 64 | 46 |
| Octal | 377 | 144 | 306 | 0 | 75 | 26 | 0 | 502 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11000110 | 0 | 111101 | 10110 | 0 | 101000010 | 1100100 | 1000110 |
Color Harmonies of #FF64C6
Complementary color
Monochromatic Colors of #FF64C6
Black with #FF64C6
Text Example
Text Example
White with #FF64C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64C6; }
p { color: rgb(255,100,198); }
H1.HeaderClassName
{
color: #FF64C6;
}
.AnyTagClassName
{
color: #FF64C6;
}
</style>
background-color css
<style>
a { background-color: #FF64C6; }
a { background-color: rgb(255,100,198); }
div.DivClassName
{
background-color: #FF64C6;
}
.BgClassName
{
background-color: #FF64C6;
}
</style>
border-color css
<style>
span { border-color: #FF64C6; }
span { border-color: rgb(255,100,198); }
td.TdClassName
{
border-color: #FF64C6;
}
.TagClassName
{
border-color: #FF64C6;
}
</style>