Shades of Neon Pink #E973C6
Tints of Neon Pink #E973C6
RGB
CMYK
RGB Variations
Color information
#E973C6 (or 0xE973C6) is known color: Neon Pink. HEX triplet: E9, 73 and C6. RGB value is (233,115,198). Sum of RGB (Red+Green+Blue) = 233+115+198=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E973C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973C6 is #168C39. Grayscale: #9F9F9F. Windows color (decimal): -1477690 or 13005801. OLE color: 13005801.
HSL color Cylindrical-coordinate representation of color #E973C6: hue angle of 317.8º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973C6 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 198 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.09 |
| HSL | 317.8º | 0.73% | 0.68% | - |
| HSV(B) | 317.8º | 0.51% | 0.91% | - |
| XYZ | 49.93 | 33.66 | 57.29 | - |
| YUV | 159.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 198 | 0 | 0.51 | 0.15 | 0.09 | 317.8 | 0.73 | 0.68 |
| Hex | E9 | 73 | C6 | 0 | 33 | F | 9 | 13E | 49 | 44 |
| Octal | 351 | 163 | 306 | 0 | 63 | 17 | 11 | 476 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11000110 | 0 | 110011 | 1111 | 1001 | 100111110 | 1001001 | 1000100 |
Color Harmonies of #E973C6
Complementary color
Monochromatic Colors of #E973C6
Black with #E973C6
Text Example
Text Example
White with #E973C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973C6; }
p { color: rgb(233,115,198); }
H1.HeaderClassName
{
color: #E973C6;
}
.AnyTagClassName
{
color: #E973C6;
}
</style>
background-color css
<style>
a { background-color: #E973C6; }
a { background-color: rgb(233,115,198); }
div.DivClassName
{
background-color: #E973C6;
}
.BgClassName
{
background-color: #E973C6;
}
</style>
border-color css
<style>
span { border-color: #E973C6; }
span { border-color: rgb(233,115,198); }
td.TdClassName
{
border-color: #E973C6;
}
.TagClassName
{
border-color: #E973C6;
}
</style>