Shades of Neon Pink #E974C7
Tints of Neon Pink #E974C7
RGB
CMYK
RGB Variations
Color information
#E974C7 (or 0xE974C7) is known color: Neon Pink. HEX triplet: E9, 74 and C7. RGB value is (233,116,199). Sum of RGB (Red+Green+Blue) = 233+116+199=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E974C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974C7 is #168B38. Grayscale: #A0A0A0. Windows color (decimal): -1477433 or 13071593. OLE color: 13071593.
HSL color Cylindrical-coordinate representation of color #E974C7: hue angle of 317.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974C7 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 199 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.09 |
| HSL | 317.44º | 0.73% | 0.68% | - |
| HSV(B) | 317.44º | 0.5% | 0.91% | - |
| XYZ | 50.16 | 33.94 | 57.94 | - |
| YUV | 160.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 199 | 0 | 0.50 | 0.15 | 0.09 | 317.44 | 0.73 | 0.68 |
| Hex | E9 | 74 | C7 | 0 | 32 | F | 9 | 13D | 49 | 44 |
| Octal | 351 | 164 | 307 | 0 | 62 | 17 | 11 | 475 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11000111 | 0 | 110010 | 1111 | 1001 | 100111101 | 1001001 | 1000100 |
Color Harmonies of #E974C7
Complementary color
Monochromatic Colors of #E974C7
Black with #E974C7
Text Example
Text Example
White with #E974C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974C7; }
p { color: rgb(233,116,199); }
H1.HeaderClassName
{
color: #E974C7;
}
.AnyTagClassName
{
color: #E974C7;
}
</style>
background-color css
<style>
a { background-color: #E974C7; }
a { background-color: rgb(233,116,199); }
div.DivClassName
{
background-color: #E974C7;
}
.BgClassName
{
background-color: #E974C7;
}
</style>
border-color css
<style>
span { border-color: #E974C7; }
span { border-color: rgb(233,116,199); }
td.TdClassName
{
border-color: #E974C7;
}
.TagClassName
{
border-color: #E974C7;
}
</style>