Shades of Neon Pink #F06EC5
Tints of Neon Pink #F06EC5
RGB
CMYK
RGB Variations
Color information
#F06EC5 (or 0xF06EC5) is known color: Neon Pink. HEX triplet: F0, 6E and C5. RGB value is (240,110,197). Sum of RGB (Red+Green+Blue) = 240+110+197=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EC5 is #0F913A. Grayscale: #9E9E9E. Windows color (decimal): -1020219 or 12938992. OLE color: 12938992.
HSL color Cylindrical-coordinate representation of color #F06EC5: hue angle of 319.85º 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 #F06EC5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 197 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.06 |
| HSL | 319.85º | 0.81% | 0.69% | - |
| HSV(B) | 319.85º | 0.54% | 0.94% | - |
| XYZ | 51.59 | 33.71 | 56.61 | - |
| YUV | 158.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 197 | 0 | 0.54 | 0.18 | 0.06 | 319.85 | 0.81 | 0.69 |
| Hex | F0 | 6E | C5 | 0 | 36 | 12 | 6 | 140 | 51 | 45 |
| Octal | 360 | 156 | 305 | 0 | 66 | 22 | 6 | 500 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11000101 | 0 | 110110 | 10010 | 110 | 101000000 | 1010001 | 1000101 |
Color Harmonies of #F06EC5
Complementary color
Monochromatic Colors of #F06EC5
Black with #F06EC5
Text Example
Text Example
White with #F06EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EC5; }
p { color: rgb(240,110,197); }
H1.HeaderClassName
{
color: #F06EC5;
}
.AnyTagClassName
{
color: #F06EC5;
}
</style>
background-color css
<style>
a { background-color: #F06EC5; }
a { background-color: rgb(240,110,197); }
div.DivClassName
{
background-color: #F06EC5;
}
.BgClassName
{
background-color: #F06EC5;
}
</style>
border-color css
<style>
span { border-color: #F06EC5; }
span { border-color: rgb(240,110,197); }
td.TdClassName
{
border-color: #F06EC5;
}
.TagClassName
{
border-color: #F06EC5;
}
</style>