Shades of Neon Pink #E964C1
Tints of Neon Pink #E964C1
RGB
CMYK
RGB Variations
Color information
#E964C1 (or 0xE964C1) is known color: Neon Pink. HEX triplet: E9, 64 and C1. RGB value is (233,100,193). Sum of RGB (Red+Green+Blue) = 233+100+193=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E964C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964C1 is #169B3E. Grayscale: #969696. Windows color (decimal): -1481535 or 12674281. OLE color: 12674281.
HSL color Cylindrical-coordinate representation of color #E964C1: hue angle of 318.05º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964C1 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 193 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.09 |
| HSL | 318.05º | 0.75% | 0.65% | - |
| HSV(B) | 318.05º | 0.57% | 0.91% | - |
| XYZ | 47.79 | 30.29 | 53.78 | - |
| YUV | 150.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 193 | 0 | 0.57 | 0.17 | 0.09 | 318.05 | 0.75 | 0.65 |
| Hex | E9 | 64 | C1 | 0 | 39 | 11 | 9 | 13E | 4B | 41 |
| Octal | 351 | 144 | 301 | 0 | 71 | 21 | 11 | 476 | 113 | 101 |
| Binary | 11101001 | 1100100 | 11000001 | 0 | 111001 | 10001 | 1001 | 100111110 | 1001011 | 1000001 |
Color Harmonies of #E964C1
Complementary color
Monochromatic Colors of #E964C1
Black with #E964C1
Text Example
Text Example
White with #E964C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964C1; }
p { color: rgb(233,100,193); }
H1.HeaderClassName
{
color: #E964C1;
}
.AnyTagClassName
{
color: #E964C1;
}
</style>
background-color css
<style>
a { background-color: #E964C1; }
a { background-color: rgb(233,100,193); }
div.DivClassName
{
background-color: #E964C1;
}
.BgClassName
{
background-color: #E964C1;
}
</style>
border-color css
<style>
span { border-color: #E964C1; }
span { border-color: rgb(233,100,193); }
td.TdClassName
{
border-color: #E964C1;
}
.TagClassName
{
border-color: #E964C1;
}
</style>