Shades of Neon Pink #E978CC
Tints of Neon Pink #E978CC
RGB
CMYK
RGB Variations
Color information
#E978CC (or 0xE978CC) is known color: Neon Pink. HEX triplet: E9, 78 and CC. RGB value is (233,120,204). Sum of RGB (Red+Green+Blue) = 233+120+204=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E978CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978CC is #168733. Grayscale: #A3A3A3. Windows color (decimal): -1476404 or 13400297. OLE color: 13400297.
HSL color Cylindrical-coordinate representation of color #E978CC: hue angle of 315.4º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978CC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 204 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.09 |
| HSL | 315.4º | 0.72% | 0.69% | - |
| HSV(B) | 315.4º | 0.48% | 0.91% | - |
| XYZ | 51.22 | 35.12 | 61.21 | - |
| YUV | 163.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 204 | 0 | 0.48 | 0.12 | 0.09 | 315.4 | 0.72 | 0.69 |
| Hex | E9 | 78 | CC | 0 | 30 | C | 9 | 13B | 48 | 45 |
| Octal | 351 | 170 | 314 | 0 | 60 | 14 | 11 | 473 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11001100 | 0 | 110000 | 1100 | 1001 | 100111011 | 1001000 | 1000101 |
Color Harmonies of #E978CC
Complementary color
Monochromatic Colors of #E978CC
Black with #E978CC
Text Example
Text Example
White with #E978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978CC; }
p { color: rgb(233,120,204); }
H1.HeaderClassName
{
color: #E978CC;
}
.AnyTagClassName
{
color: #E978CC;
}
</style>
background-color css
<style>
a { background-color: #E978CC; }
a { background-color: rgb(233,120,204); }
div.DivClassName
{
background-color: #E978CC;
}
.BgClassName
{
background-color: #E978CC;
}
</style>
border-color css
<style>
span { border-color: #E978CC; }
span { border-color: rgb(233,120,204); }
td.TdClassName
{
border-color: #E978CC;
}
.TagClassName
{
border-color: #E978CC;
}
</style>