Shades of Neon Pink #E966C4
Tints of Neon Pink #E966C4
RGB
CMYK
RGB Variations
Color information
#E966C4 (or 0xE966C4) is known color: Neon Pink. HEX triplet: E9, 66 and C4. RGB value is (233,102,196). Sum of RGB (Red+Green+Blue) = 233+102+196=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C4 is #16993B. Grayscale: #979797. Windows color (decimal): -1481020 or 12871401. OLE color: 12871401.
HSL color Cylindrical-coordinate representation of color #E966C4: hue angle of 316.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966C4 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 196 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.09 |
| HSL | 316.95º | 0.75% | 0.66% | - |
| HSV(B) | 316.95º | 0.56% | 0.91% | - |
| XYZ | 48.32 | 30.81 | 55.63 | - |
| YUV | 151.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 196 | 0 | 0.56 | 0.16 | 0.09 | 316.95 | 0.75 | 0.66 |
| Hex | E9 | 66 | C4 | 0 | 38 | 10 | 9 | 13D | 4B | 42 |
| Octal | 351 | 146 | 304 | 0 | 70 | 20 | 11 | 475 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11000100 | 0 | 111000 | 10000 | 1001 | 100111101 | 1001011 | 1000010 |
Color Harmonies of #E966C4
Complementary color
Monochromatic Colors of #E966C4
Black with #E966C4
Text Example
Text Example
White with #E966C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966C4; }
p { color: rgb(233,102,196); }
H1.HeaderClassName
{
color: #E966C4;
}
.AnyTagClassName
{
color: #E966C4;
}
</style>
background-color css
<style>
a { background-color: #E966C4; }
a { background-color: rgb(233,102,196); }
div.DivClassName
{
background-color: #E966C4;
}
.BgClassName
{
background-color: #E966C4;
}
</style>
border-color css
<style>
span { border-color: #E966C4; }
span { border-color: rgb(233,102,196); }
td.TdClassName
{
border-color: #E966C4;
}
.TagClassName
{
border-color: #E966C4;
}
</style>