Shades of Neon Pink #E663C0
Tints of Neon Pink #E663C0
RGB
CMYK
RGB Variations
Color information
#E663C0 (or 0xE663C0) is known color: Neon Pink. HEX triplet: E6, 63 and C0. RGB value is (230,99,192). Sum of RGB (Red+Green+Blue) = 230+99+192=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E663C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E663C0 is #199C3F. Grayscale: #949494. Windows color (decimal): -1678400 or 12608486. OLE color: 12608486.
HSL color Cylindrical-coordinate representation of color #E663C0: hue angle of 317.4º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E663C0 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 192 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.10 |
| HSL | 317.4º | 0.72% | 0.65% | - |
| HSV(B) | 317.4º | 0.57% | 0.9% | - |
| XYZ | 46.61 | 29.55 | 53.12 | - |
| YUV | 148.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 192 | 0 | 0.57 | 0.17 | 0.10 | 317.4 | 0.72 | 0.65 |
| Hex | E6 | 63 | C0 | 0 | 39 | 11 | A | 13D | 48 | 41 |
| Octal | 346 | 143 | 300 | 0 | 71 | 21 | 12 | 475 | 110 | 101 |
| Binary | 11100110 | 1100011 | 11000000 | 0 | 111001 | 10001 | 1010 | 100111101 | 1001000 | 1000001 |
Color Harmonies of #E663C0
Complementary color
Monochromatic Colors of #E663C0
Black with #E663C0
Text Example
Text Example
White with #E663C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E663C0; }
p { color: rgb(230,99,192); }
H1.HeaderClassName
{
color: #E663C0;
}
.AnyTagClassName
{
color: #E663C0;
}
</style>
background-color css
<style>
a { background-color: #E663C0; }
a { background-color: rgb(230,99,192); }
div.DivClassName
{
background-color: #E663C0;
}
.BgClassName
{
background-color: #E663C0;
}
</style>
border-color css
<style>
span { border-color: #E663C0; }
span { border-color: rgb(230,99,192); }
td.TdClassName
{
border-color: #E663C0;
}
.TagClassName
{
border-color: #E663C0;
}
</style>