Shades of Neon Pink #E965C6
Tints of Neon Pink #E965C6
RGB
CMYK
RGB Variations
Color information
#E965C6 (or 0xE965C6) is known color: Neon Pink. HEX triplet: E9, 65 and C6. RGB value is (233,101,198). Sum of RGB (Red+Green+Blue) = 233+101+198=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C6 is #169A39. Grayscale: #979797. Windows color (decimal): -1481274 or 13002217. OLE color: 13002217.
HSL color Cylindrical-coordinate representation of color #E965C6: hue angle of 315.91º 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 #E965C6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 198 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.09 |
| HSL | 315.91º | 0.75% | 0.65% | - |
| HSV(B) | 315.91º | 0.57% | 0.91% | - |
| XYZ | 48.45 | 30.71 | 56.8 | - |
| YUV | 151.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 198 | 0 | 0.57 | 0.15 | 0.09 | 315.91 | 0.75 | 0.65 |
| Hex | E9 | 65 | C6 | 0 | 39 | F | 9 | 13C | 4B | 41 |
| Octal | 351 | 145 | 306 | 0 | 71 | 17 | 11 | 474 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11000110 | 0 | 111001 | 1111 | 1001 | 100111100 | 1001011 | 1000001 |
Color Harmonies of #E965C6
Complementary color
Monochromatic Colors of #E965C6
Black with #E965C6
Text Example
Text Example
White with #E965C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965C6; }
p { color: rgb(233,101,198); }
H1.HeaderClassName
{
color: #E965C6;
}
.AnyTagClassName
{
color: #E965C6;
}
</style>
background-color css
<style>
a { background-color: #E965C6; }
a { background-color: rgb(233,101,198); }
div.DivClassName
{
background-color: #E965C6;
}
.BgClassName
{
background-color: #E965C6;
}
</style>
border-color css
<style>
span { border-color: #E965C6; }
span { border-color: rgb(233,101,198); }
td.TdClassName
{
border-color: #E965C6;
}
.TagClassName
{
border-color: #E965C6;
}
</style>