Shades of Neon Pink #E95FC0
Tints of Neon Pink #E95FC0
RGB
CMYK
RGB Variations
Color information
#E95FC0 (or 0xE95FC0) is known color: Neon Pink. HEX triplet: E9, 5F and C0. RGB value is (233,95,192). Sum of RGB (Red+Green+Blue) = 233+95+192=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FC0 is #16A03F. Grayscale: #939393. Windows color (decimal): -1482816 or 12607465. OLE color: 12607465.
HSL color Cylindrical-coordinate representation of color #E95FC0: hue angle of 317.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95FC0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 192 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.09 |
| HSL | 317.83º | 0.76% | 0.64% | - |
| HSV(B) | 317.83º | 0.59% | 0.91% | - |
| XYZ | 47.21 | 29.31 | 53.04 | - |
| YUV | 147.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 192 | 0 | 0.59 | 0.18 | 0.09 | 317.83 | 0.76 | 0.64 |
| Hex | E9 | 5F | C0 | 0 | 3B | 12 | 9 | 13E | 4C | 40 |
| Octal | 351 | 137 | 300 | 0 | 73 | 22 | 11 | 476 | 114 | 100 |
| Binary | 11101001 | 1011111 | 11000000 | 0 | 111011 | 10010 | 1001 | 100111110 | 1001100 | 1000000 |
Color Harmonies of #E95FC0
Complementary color
Monochromatic Colors of #E95FC0
Black with #E95FC0
Text Example
Text Example
White with #E95FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FC0; }
p { color: rgb(233,95,192); }
H1.HeaderClassName
{
color: #E95FC0;
}
.AnyTagClassName
{
color: #E95FC0;
}
</style>
background-color css
<style>
a { background-color: #E95FC0; }
a { background-color: rgb(233,95,192); }
div.DivClassName
{
background-color: #E95FC0;
}
.BgClassName
{
background-color: #E95FC0;
}
</style>
border-color css
<style>
span { border-color: #E95FC0; }
span { border-color: rgb(233,95,192); }
td.TdClassName
{
border-color: #E95FC0;
}
.TagClassName
{
border-color: #E95FC0;
}
</style>