Shades of Neon Pink #F05EC0
Tints of Neon Pink #F05EC0
RGB
CMYK
RGB Variations
Color information
#F05EC0 (or 0xF05EC0) is known color: Neon Pink. HEX triplet: F0, 5E and C0. RGB value is (240,94,192). Sum of RGB (Red+Green+Blue) = 240+94+192=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC0 is #0FA13F. Grayscale: #949494. Windows color (decimal): -1024320 or 12607216. OLE color: 12607216.
HSL color Cylindrical-coordinate representation of color #F05EC0: hue angle of 319.73º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 192 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.06 |
| HSL | 319.73º | 0.83% | 0.65% | - |
| HSV(B) | 319.73º | 0.61% | 0.94% | - |
| XYZ | 49.45 | 30.34 | 53.12 | - |
| YUV | 148.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 192 | 0 | 0.61 | 0.20 | 0.06 | 319.73 | 0.83 | 0.65 |
| Hex | F0 | 5E | C0 | 0 | 3D | 14 | 6 | 140 | 53 | 41 |
| Octal | 360 | 136 | 300 | 0 | 75 | 24 | 6 | 500 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11000000 | 0 | 111101 | 10100 | 110 | 101000000 | 1010011 | 1000001 |
Color Harmonies of #F05EC0
Complementary color
Monochromatic Colors of #F05EC0
Black with #F05EC0
Text Example
Text Example
White with #F05EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EC0; }
p { color: rgb(240,94,192); }
H1.HeaderClassName
{
color: #F05EC0;
}
.AnyTagClassName
{
color: #F05EC0;
}
</style>
background-color css
<style>
a { background-color: #F05EC0; }
a { background-color: rgb(240,94,192); }
div.DivClassName
{
background-color: #F05EC0;
}
.BgClassName
{
background-color: #F05EC0;
}
</style>
border-color css
<style>
span { border-color: #F05EC0; }
span { border-color: rgb(240,94,192); }
td.TdClassName
{
border-color: #F05EC0;
}
.TagClassName
{
border-color: #F05EC0;
}
</style>