Shades of Neon Pink #F06ECC
Tints of Neon Pink #F06ECC
RGB
CMYK
RGB Variations
Color information
#F06ECC (or 0xF06ECC) is known color: Neon Pink. HEX triplet: F0, 6E and CC. RGB value is (240,110,204). Sum of RGB (Red+Green+Blue) = 240+110+204=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ECC is #0F9133. Grayscale: #9F9F9F. Windows color (decimal): -1020212 or 13397744. OLE color: 13397744.
HSL color Cylindrical-coordinate representation of color #F06ECC: hue angle of 316.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06ECC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 204 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.06 |
| HSL | 316.62º | 0.81% | 0.69% | - |
| HSV(B) | 316.62º | 0.54% | 0.94% | - |
| XYZ | 52.41 | 34.04 | 60.93 | - |
| YUV | 159.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 204 | 0 | 0.54 | 0.15 | 0.06 | 316.62 | 0.81 | 0.69 |
| Hex | F0 | 6E | CC | 0 | 36 | F | 6 | 13D | 51 | 45 |
| Octal | 360 | 156 | 314 | 0 | 66 | 17 | 6 | 475 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11001100 | 0 | 110110 | 1111 | 110 | 100111101 | 1010001 | 1000101 |
Color Harmonies of #F06ECC
Complementary color
Monochromatic Colors of #F06ECC
Black with #F06ECC
Text Example
Text Example
White with #F06ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ECC; }
p { color: rgb(240,110,204); }
H1.HeaderClassName
{
color: #F06ECC;
}
.AnyTagClassName
{
color: #F06ECC;
}
</style>
background-color css
<style>
a { background-color: #F06ECC; }
a { background-color: rgb(240,110,204); }
div.DivClassName
{
background-color: #F06ECC;
}
.BgClassName
{
background-color: #F06ECC;
}
</style>
border-color css
<style>
span { border-color: #F06ECC; }
span { border-color: rgb(240,110,204); }
td.TdClassName
{
border-color: #F06ECC;
}
.TagClassName
{
border-color: #F06ECC;
}
</style>