Shades of Neon Pink #FF66C0
Tints of Neon Pink #FF66C0
RGB
CMYK
RGB Variations
Color information
#FF66C0 (or 0xFF66C0) is known color: Neon Pink. HEX triplet: FF, 66 and C0. RGB value is (255,102,192). Sum of RGB (Red+Green+Blue) = 255+102+192=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66C0 is #00993F. Grayscale: #9D9D9D. Windows color (decimal): -39232 or 12609279. OLE color: 12609279.
HSL color Cylindrical-coordinate representation of color #FF66C0: hue angle of 324.71º 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 #FF66C0 is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 192 | - |
| CMYK | 0 | 0.6 | 0.25 | 0 |
| HSL | 324.71º | 1% | 0.7% | - |
| HSV(B) | 324.71º | 0.6% | 1% | - |
| XYZ | 55.51 | 34.57 | 53.62 | - |
| YUV | 158.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 192 | 0 | 0.6 | 0.25 | 0 | 324.71 | 1 | 0.7 |
| Hex | FF | 66 | C0 | 0 | 3C | 19 | 0 | 145 | 64 | 46 |
| Octal | 377 | 146 | 300 | 0 | 74 | 31 | 0 | 505 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11000000 | 0 | 111100 | 11001 | 0 | 101000101 | 1100100 | 1000110 |
Color Harmonies of #FF66C0
Complementary color
Monochromatic Colors of #FF66C0
Black with #FF66C0
Text Example
Text Example
White with #FF66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66C0; }
p { color: rgb(255,102,192); }
H1.HeaderClassName
{
color: #FF66C0;
}
.AnyTagClassName
{
color: #FF66C0;
}
</style>
background-color css
<style>
a { background-color: #FF66C0; }
a { background-color: rgb(255,102,192); }
div.DivClassName
{
background-color: #FF66C0;
}
.BgClassName
{
background-color: #FF66C0;
}
</style>
border-color css
<style>
span { border-color: #FF66C0; }
span { border-color: rgb(255,102,192); }
td.TdClassName
{
border-color: #FF66C0;
}
.TagClassName
{
border-color: #FF66C0;
}
</style>