Shades of Neon Pink #E972C7
Tints of Neon Pink #E972C7
RGB
CMYK
RGB Variations
Color information
#E972C7 (or 0xE972C7) is known color: Neon Pink. HEX triplet: E9, 72 and C7. RGB value is (233,114,199). Sum of RGB (Red+Green+Blue) = 233+114+199=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E972C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972C7 is #168D38. Grayscale: #9F9F9F. Windows color (decimal): -1477945 or 13071081. OLE color: 13071081.
HSL color Cylindrical-coordinate representation of color #E972C7: hue angle of 317.14º 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 #E972C7 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 199 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.09 |
| HSL | 317.14º | 0.73% | 0.68% | - |
| HSV(B) | 317.14º | 0.51% | 0.91% | - |
| XYZ | 49.93 | 33.48 | 57.86 | - |
| YUV | 159.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 199 | 0 | 0.51 | 0.15 | 0.09 | 317.14 | 0.73 | 0.68 |
| Hex | E9 | 72 | C7 | 0 | 33 | F | 9 | 13D | 49 | 44 |
| Octal | 351 | 162 | 307 | 0 | 63 | 17 | 11 | 475 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11000111 | 0 | 110011 | 1111 | 1001 | 100111101 | 1001001 | 1000100 |
Color Harmonies of #E972C7
Complementary color
Monochromatic Colors of #E972C7
Black with #E972C7
Text Example
Text Example
White with #E972C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972C7; }
p { color: rgb(233,114,199); }
H1.HeaderClassName
{
color: #E972C7;
}
.AnyTagClassName
{
color: #E972C7;
}
</style>
background-color css
<style>
a { background-color: #E972C7; }
a { background-color: rgb(233,114,199); }
div.DivClassName
{
background-color: #E972C7;
}
.BgClassName
{
background-color: #E972C7;
}
</style>
border-color css
<style>
span { border-color: #E972C7; }
span { border-color: rgb(233,114,199); }
td.TdClassName
{
border-color: #E972C7;
}
.TagClassName
{
border-color: #E972C7;
}
</style>