Shades of Neon Pink #FF66C8
Tints of Neon Pink #FF66C8
RGB
CMYK
RGB Variations
Color information
#FF66C8 (or 0xFF66C8) is known color: Neon Pink. HEX triplet: FF, 66 and C8. RGB value is (255,102,200). Sum of RGB (Red+Green+Blue) = 255+102+200=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66C8 is #009937. Grayscale: #9E9E9E. Windows color (decimal): -39224 or 13133567. OLE color: 13133567.
HSL color Cylindrical-coordinate representation of color #FF66C8: hue angle of 321.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66C8 is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 200 | - |
| CMYK | 0 | 0.6 | 0.22 | 0 |
| HSL | 321.57º | 1% | 0.7% | - |
| HSV(B) | 321.57º | 0.6% | 1% | - |
| XYZ | 56.42 | 34.93 | 58.41 | - |
| YUV | 158.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 200 | 0 | 0.6 | 0.22 | 0 | 321.57 | 1 | 0.7 |
| Hex | FF | 66 | C8 | 0 | 3C | 16 | 0 | 142 | 64 | 46 |
| Octal | 377 | 146 | 310 | 0 | 74 | 26 | 0 | 502 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11001000 | 0 | 111100 | 10110 | 0 | 101000010 | 1100100 | 1000110 |
Color Harmonies of #FF66C8
Complementary color
Monochromatic Colors of #FF66C8
Black with #FF66C8
Text Example
Text Example
White with #FF66C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66C8; }
p { color: rgb(255,102,200); }
H1.HeaderClassName
{
color: #FF66C8;
}
.AnyTagClassName
{
color: #FF66C8;
}
</style>
background-color css
<style>
a { background-color: #FF66C8; }
a { background-color: rgb(255,102,200); }
div.DivClassName
{
background-color: #FF66C8;
}
.BgClassName
{
background-color: #FF66C8;
}
</style>
border-color css
<style>
span { border-color: #FF66C8; }
span { border-color: rgb(255,102,200); }
td.TdClassName
{
border-color: #FF66C8;
}
.TagClassName
{
border-color: #FF66C8;
}
</style>