Shades of Neon Pink #F06EC3
Tints of Neon Pink #F06EC3
RGB
CMYK
RGB Variations
Color information
#F06EC3 (or 0xF06EC3) is known color: Neon Pink. HEX triplet: F0, 6E and C3. RGB value is (240,110,195). Sum of RGB (Red+Green+Blue) = 240+110+195=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EC3 is #0F913C. Grayscale: #9E9E9E. Windows color (decimal): -1020221 or 12807920. OLE color: 12807920.
HSL color Cylindrical-coordinate representation of color #F06EC3: hue angle of 320.77º 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 #F06EC3 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 195 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.06 |
| HSL | 320.77º | 0.81% | 0.69% | - |
| HSV(B) | 320.77º | 0.54% | 0.94% | - |
| XYZ | 51.36 | 33.62 | 55.41 | - |
| YUV | 158.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 195 | 0 | 0.54 | 0.19 | 0.06 | 320.77 | 0.81 | 0.69 |
| Hex | F0 | 6E | C3 | 0 | 36 | 13 | 6 | 141 | 51 | 45 |
| Octal | 360 | 156 | 303 | 0 | 66 | 23 | 6 | 501 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11000011 | 0 | 110110 | 10011 | 110 | 101000001 | 1010001 | 1000101 |
Color Harmonies of #F06EC3
Complementary color
Monochromatic Colors of #F06EC3
Black with #F06EC3
Text Example
Text Example
White with #F06EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EC3; }
p { color: rgb(240,110,195); }
H1.HeaderClassName
{
color: #F06EC3;
}
.AnyTagClassName
{
color: #F06EC3;
}
</style>
background-color css
<style>
a { background-color: #F06EC3; }
a { background-color: rgb(240,110,195); }
div.DivClassName
{
background-color: #F06EC3;
}
.BgClassName
{
background-color: #F06EC3;
}
</style>
border-color css
<style>
span { border-color: #F06EC3; }
span { border-color: rgb(240,110,195); }
td.TdClassName
{
border-color: #F06EC3;
}
.TagClassName
{
border-color: #F06EC3;
}
</style>