Shades of Neon Pink #E972C3
Tints of Neon Pink #E972C3
RGB
CMYK
RGB Variations
Color information
#E972C3 (or 0xE972C3) is known color: Neon Pink. HEX triplet: E9, 72 and C3. RGB value is (233,114,195). Sum of RGB (Red+Green+Blue) = 233+114+195=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E972C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972C3 is #168D3C. Grayscale: #9E9E9E. Windows color (decimal): -1477949 or 12808937. OLE color: 12808937.
HSL color Cylindrical-coordinate representation of color #E972C3: hue angle of 319.16º 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 #E972C3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 195 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.09 |
| HSL | 319.16º | 0.73% | 0.68% | - |
| HSV(B) | 319.16º | 0.51% | 0.91% | - |
| XYZ | 49.47 | 33.3 | 55.45 | - |
| YUV | 158.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 195 | 0 | 0.51 | 0.16 | 0.09 | 319.16 | 0.73 | 0.68 |
| Hex | E9 | 72 | C3 | 0 | 33 | 10 | 9 | 13F | 49 | 44 |
| Octal | 351 | 162 | 303 | 0 | 63 | 20 | 11 | 477 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11000011 | 0 | 110011 | 10000 | 1001 | 100111111 | 1001001 | 1000100 |
Color Harmonies of #E972C3
Complementary color
Monochromatic Colors of #E972C3
Black with #E972C3
Text Example
Text Example
White with #E972C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972C3; }
p { color: rgb(233,114,195); }
H1.HeaderClassName
{
color: #E972C3;
}
.AnyTagClassName
{
color: #E972C3;
}
</style>
background-color css
<style>
a { background-color: #E972C3; }
a { background-color: rgb(233,114,195); }
div.DivClassName
{
background-color: #E972C3;
}
.BgClassName
{
background-color: #E972C3;
}
</style>
border-color css
<style>
span { border-color: #E972C3; }
span { border-color: rgb(233,114,195); }
td.TdClassName
{
border-color: #E972C3;
}
.TagClassName
{
border-color: #E972C3;
}
</style>