Shades of Neon Pink #E965C2
Tints of Neon Pink #E965C2
RGB
CMYK
RGB Variations
Color information
#E965C2 (or 0xE965C2) is known color: Neon Pink. HEX triplet: E9, 65 and C2. RGB value is (233,101,194). Sum of RGB (Red+Green+Blue) = 233+101+194=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C2 is #169A3D. Grayscale: #969696. Windows color (decimal): -1481278 or 12740073. OLE color: 12740073.
HSL color Cylindrical-coordinate representation of color #E965C2: hue angle of 317.73º 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 #E965C2 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 194 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.09 |
| HSL | 317.73º | 0.75% | 0.65% | - |
| HSV(B) | 317.73º | 0.57% | 0.91% | - |
| XYZ | 48 | 30.53 | 54.4 | - |
| YUV | 151.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 194 | 0 | 0.57 | 0.17 | 0.09 | 317.73 | 0.75 | 0.65 |
| Hex | E9 | 65 | C2 | 0 | 39 | 11 | 9 | 13E | 4B | 41 |
| Octal | 351 | 145 | 302 | 0 | 71 | 21 | 11 | 476 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11000010 | 0 | 111001 | 10001 | 1001 | 100111110 | 1001011 | 1000001 |
Color Harmonies of #E965C2
Complementary color
Monochromatic Colors of #E965C2
Black with #E965C2
Text Example
Text Example
White with #E965C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965C2; }
p { color: rgb(233,101,194); }
H1.HeaderClassName
{
color: #E965C2;
}
.AnyTagClassName
{
color: #E965C2;
}
</style>
background-color css
<style>
a { background-color: #E965C2; }
a { background-color: rgb(233,101,194); }
div.DivClassName
{
background-color: #E965C2;
}
.BgClassName
{
background-color: #E965C2;
}
</style>
border-color css
<style>
span { border-color: #E965C2; }
span { border-color: rgb(233,101,194); }
td.TdClassName
{
border-color: #E965C2;
}
.TagClassName
{
border-color: #E965C2;
}
</style>