Shades of Neon Pink #E66CC2
Tints of Neon Pink #E66CC2
RGB
CMYK
RGB Variations
Color information
#E66CC2 (or 0xE66CC2) is known color: Neon Pink. HEX triplet: E6, 6C and C2. RGB value is (230,108,194). Sum of RGB (Red+Green+Blue) = 230+108+194=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CC2 is #19933D. Grayscale: #9A9A9A. Windows color (decimal): -1676094 or 12741862. OLE color: 12741862.
HSL color Cylindrical-coordinate representation of color #E66CC2: hue angle of 317.7º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CC2 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 194 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.10 |
| HSL | 317.7º | 0.71% | 0.66% | - |
| HSV(B) | 317.7º | 0.53% | 0.9% | - |
| XYZ | 47.73 | 31.44 | 54.59 | - |
| YUV | 154.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 194 | 0 | 0.53 | 0.16 | 0.10 | 317.7 | 0.71 | 0.66 |
| Hex | E6 | 6C | C2 | 0 | 35 | 10 | A | 13E | 47 | 42 |
| Octal | 346 | 154 | 302 | 0 | 65 | 20 | 12 | 476 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11000010 | 0 | 110101 | 10000 | 1010 | 100111110 | 1000111 | 1000010 |
Color Harmonies of #E66CC2
Complementary color
Monochromatic Colors of #E66CC2
Black with #E66CC2
Text Example
Text Example
White with #E66CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CC2; }
p { color: rgb(230,108,194); }
H1.HeaderClassName
{
color: #E66CC2;
}
.AnyTagClassName
{
color: #E66CC2;
}
</style>
background-color css
<style>
a { background-color: #E66CC2; }
a { background-color: rgb(230,108,194); }
div.DivClassName
{
background-color: #E66CC2;
}
.BgClassName
{
background-color: #E66CC2;
}
</style>
border-color css
<style>
span { border-color: #E66CC2; }
span { border-color: rgb(230,108,194); }
td.TdClassName
{
border-color: #E66CC2;
}
.TagClassName
{
border-color: #E66CC2;
}
</style>