Shades of Neon Pink #E666C0
Tints of Neon Pink #E666C0
RGB
CMYK
RGB Variations
Color information
#E666C0 (or 0xE666C0) is known color: Neon Pink. HEX triplet: E6, 66 and C0. RGB value is (230,102,192). Sum of RGB (Red+Green+Blue) = 230+102+192=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E666C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666C0 is #19993F. Grayscale: #969696. Windows color (decimal): -1677632 or 12609254. OLE color: 12609254.
HSL color Cylindrical-coordinate representation of color #E666C0: hue angle of 317.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 192 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 317.81º | 0.72% | 0.65% | - |
| HSV(B) | 317.81º | 0.56% | 0.9% | - |
| XYZ | 46.9 | 30.13 | 53.21 | - |
| YUV | 150.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 192 | 0 | 0.56 | 0.17 | 0.10 | 317.81 | 0.72 | 0.65 |
| Hex | E6 | 66 | C0 | 0 | 38 | 11 | A | 13E | 48 | 41 |
| Octal | 346 | 146 | 300 | 0 | 70 | 21 | 12 | 476 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11000000 | 0 | 111000 | 10001 | 1010 | 100111110 | 1001000 | 1000001 |
Color Harmonies of #E666C0
Complementary color
Monochromatic Colors of #E666C0
Black with #E666C0
Text Example
Text Example
White with #E666C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666C0; }
p { color: rgb(230,102,192); }
H1.HeaderClassName
{
color: #E666C0;
}
.AnyTagClassName
{
color: #E666C0;
}
</style>
background-color css
<style>
a { background-color: #E666C0; }
a { background-color: rgb(230,102,192); }
div.DivClassName
{
background-color: #E666C0;
}
.BgClassName
{
background-color: #E666C0;
}
</style>
border-color css
<style>
span { border-color: #E666C0; }
span { border-color: rgb(230,102,192); }
td.TdClassName
{
border-color: #E666C0;
}
.TagClassName
{
border-color: #E666C0;
}
</style>