Shades of Neon Pink #E966C1
Tints of Neon Pink #E966C1
RGB
CMYK
RGB Variations
Color information
#E966C1 (or 0xE966C1) is known color: Neon Pink. HEX triplet: E9, 66 and C1. RGB value is (233,102,193). Sum of RGB (Red+Green+Blue) = 233+102+193=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E966C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966C1 is #16993E. Grayscale: #979797. Windows color (decimal): -1481023 or 12674793. OLE color: 12674793.
HSL color Cylindrical-coordinate representation of color #E966C1: hue angle of 318.32º 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 #E966C1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 193 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.32º | 0.75% | 0.66% | - |
| HSV(B) | 318.32º | 0.56% | 0.91% | - |
| XYZ | 47.98 | 30.68 | 53.84 | - |
| YUV | 151.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 193 | 0 | 0.56 | 0.17 | 0.09 | 318.32 | 0.75 | 0.66 |
| Hex | E9 | 66 | C1 | 0 | 38 | 11 | 9 | 13E | 4B | 42 |
| Octal | 351 | 146 | 301 | 0 | 70 | 21 | 11 | 476 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11000001 | 0 | 111000 | 10001 | 1001 | 100111110 | 1001011 | 1000010 |
Color Harmonies of #E966C1
Complementary color
Monochromatic Colors of #E966C1
Black with #E966C1
Text Example
Text Example
White with #E966C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966C1; }
p { color: rgb(233,102,193); }
H1.HeaderClassName
{
color: #E966C1;
}
.AnyTagClassName
{
color: #E966C1;
}
</style>
background-color css
<style>
a { background-color: #E966C1; }
a { background-color: rgb(233,102,193); }
div.DivClassName
{
background-color: #E966C1;
}
.BgClassName
{
background-color: #E966C1;
}
</style>
border-color css
<style>
span { border-color: #E966C1; }
span { border-color: rgb(233,102,193); }
td.TdClassName
{
border-color: #E966C1;
}
.TagClassName
{
border-color: #E966C1;
}
</style>