Shades of Neon Pink #E975C9
Tints of Neon Pink #E975C9
RGB
CMYK
RGB Variations
Color information
#E975C9 (or 0xE975C9) is known color: Neon Pink. HEX triplet: E9, 75 and C9. RGB value is (233,117,201). Sum of RGB (Red+Green+Blue) = 233+117+201=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E975C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975C9 is #168A36. Grayscale: #A1A1A1. Windows color (decimal): -1477175 or 13202921. OLE color: 13202921.
HSL color Cylindrical-coordinate representation of color #E975C9: hue angle of 316.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975C9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 201 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.09 |
| HSL | 316.55º | 0.73% | 0.69% | - |
| HSV(B) | 316.55º | 0.5% | 0.91% | - |
| XYZ | 50.51 | 34.26 | 59.21 | - |
| YUV | 161.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 201 | 0 | 0.50 | 0.14 | 0.09 | 316.55 | 0.73 | 0.69 |
| Hex | E9 | 75 | C9 | 0 | 32 | E | 9 | 13D | 48 | 45 |
| Octal | 351 | 165 | 311 | 0 | 62 | 16 | 11 | 475 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11001001 | 0 | 110010 | 1110 | 1001 | 100111101 | 1001000 | 1000101 |
Color Harmonies of #E975C9
Complementary color
Monochromatic Colors of #E975C9
Black with #E975C9
Text Example
Text Example
White with #E975C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975C9; }
p { color: rgb(233,117,201); }
H1.HeaderClassName
{
color: #E975C9;
}
.AnyTagClassName
{
color: #E975C9;
}
</style>
background-color css
<style>
a { background-color: #E975C9; }
a { background-color: rgb(233,117,201); }
div.DivClassName
{
background-color: #E975C9;
}
.BgClassName
{
background-color: #E975C9;
}
</style>
border-color css
<style>
span { border-color: #E975C9; }
span { border-color: rgb(233,117,201); }
td.TdClassName
{
border-color: #E975C9;
}
.TagClassName
{
border-color: #E975C9;
}
</style>