Shades of Neon Pink #F66ECC
Tints of Neon Pink #F66ECC
RGB
CMYK
RGB Variations
Color information
#F66ECC (or 0xF66ECC) is known color: Neon Pink. HEX triplet: F6, 6E and CC. RGB value is (246,110,204). Sum of RGB (Red+Green+Blue) = 246+110+204=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ECC is #099133. Grayscale: #A1A1A1. Windows color (decimal): -626996 or 13397750. OLE color: 13397750.
HSL color Cylindrical-coordinate representation of color #F66ECC: hue angle of 318.53º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66ECC is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 204 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.04 |
| HSL | 318.53º | 0.88% | 0.7% | - |
| HSV(B) | 318.53º | 0.55% | 0.96% | - |
| XYZ | 54.48 | 35.1 | 61.03 | - |
| YUV | 161.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 204 | 0 | 0.55 | 0.17 | 0.04 | 318.53 | 0.88 | 0.7 |
| Hex | F6 | 6E | CC | 0 | 37 | 11 | 4 | 13F | 58 | 46 |
| Octal | 366 | 156 | 314 | 0 | 67 | 21 | 4 | 477 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11001100 | 0 | 110111 | 10001 | 100 | 100111111 | 1011000 | 1000110 |
Color Harmonies of #F66ECC
Complementary color
Monochromatic Colors of #F66ECC
Black with #F66ECC
Text Example
Text Example
White with #F66ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ECC; }
p { color: rgb(246,110,204); }
H1.HeaderClassName
{
color: #F66ECC;
}
.AnyTagClassName
{
color: #F66ECC;
}
</style>
background-color css
<style>
a { background-color: #F66ECC; }
a { background-color: rgb(246,110,204); }
div.DivClassName
{
background-color: #F66ECC;
}
.BgClassName
{
background-color: #F66ECC;
}
</style>
border-color css
<style>
span { border-color: #F66ECC; }
span { border-color: rgb(246,110,204); }
td.TdClassName
{
border-color: #F66ECC;
}
.TagClassName
{
border-color: #F66ECC;
}
</style>