Shades of Neon Pink #E66FC2
Tints of Neon Pink #E66FC2
RGB
CMYK
RGB Variations
Color information
#E66FC2 (or 0xE66FC2) is known color: Neon Pink. HEX triplet: E6, 6F and C2. RGB value is (230,111,194). Sum of RGB (Red+Green+Blue) = 230+111+194=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FC2 is #19903D. Grayscale: #9B9B9B. Windows color (decimal): -1675326 or 12742630. OLE color: 12742630.
HSL color Cylindrical-coordinate representation of color #E66FC2: hue angle of 318.15º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FC2 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 194 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.10 |
| HSL | 318.15º | 0.7% | 0.67% | - |
| HSV(B) | 318.15º | 0.52% | 0.9% | - |
| XYZ | 48.06 | 32.09 | 54.7 | - |
| YUV | 156.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 194 | 0 | 0.52 | 0.16 | 0.10 | 318.15 | 0.7 | 0.67 |
| Hex | E6 | 6F | C2 | 0 | 34 | 10 | A | 13E | 46 | 43 |
| Octal | 346 | 157 | 302 | 0 | 64 | 20 | 12 | 476 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11000010 | 0 | 110100 | 10000 | 1010 | 100111110 | 1000110 | 1000011 |
Color Harmonies of #E66FC2
Complementary color
Monochromatic Colors of #E66FC2
Black with #E66FC2
Text Example
Text Example
White with #E66FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FC2; }
p { color: rgb(230,111,194); }
H1.HeaderClassName
{
color: #E66FC2;
}
.AnyTagClassName
{
color: #E66FC2;
}
</style>
background-color css
<style>
a { background-color: #E66FC2; }
a { background-color: rgb(230,111,194); }
div.DivClassName
{
background-color: #E66FC2;
}
.BgClassName
{
background-color: #E66FC2;
}
</style>
border-color css
<style>
span { border-color: #E66FC2; }
span { border-color: rgb(230,111,194); }
td.TdClassName
{
border-color: #E66FC2;
}
.TagClassName
{
border-color: #E66FC2;
}
</style>