Shades of Neon Pink #E863C2
Tints of Neon Pink #E863C2
RGB
CMYK
RGB Variations
Color information
#E863C2 (or 0xE863C2) is known color: Neon Pink. HEX triplet: E8, 63 and C2. RGB value is (232,99,194). Sum of RGB (Red+Green+Blue) = 232+99+194=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E863C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E863C2 is #179C3D. Grayscale: #959595. Windows color (decimal): -1547326 or 12739560. OLE color: 12739560.
HSL color Cylindrical-coordinate representation of color #E863C2: hue angle of 317.14º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E863C2 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 194 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.09 |
| HSL | 317.14º | 0.74% | 0.65% | - |
| HSV(B) | 317.14º | 0.57% | 0.91% | - |
| XYZ | 47.48 | 29.97 | 54.32 | - |
| YUV | 149.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 194 | 0 | 0.57 | 0.16 | 0.09 | 317.14 | 0.74 | 0.65 |
| Hex | E8 | 63 | C2 | 0 | 39 | 10 | 9 | 13D | 4A | 41 |
| Octal | 350 | 143 | 302 | 0 | 71 | 20 | 11 | 475 | 112 | 101 |
| Binary | 11101000 | 1100011 | 11000010 | 0 | 111001 | 10000 | 1001 | 100111101 | 1001010 | 1000001 |
Color Harmonies of #E863C2
Complementary color
Monochromatic Colors of #E863C2
Black with #E863C2
Text Example
Text Example
White with #E863C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863C2; }
p { color: rgb(232,99,194); }
H1.HeaderClassName
{
color: #E863C2;
}
.AnyTagClassName
{
color: #E863C2;
}
</style>
background-color css
<style>
a { background-color: #E863C2; }
a { background-color: rgb(232,99,194); }
div.DivClassName
{
background-color: #E863C2;
}
.BgClassName
{
background-color: #E863C2;
}
</style>
border-color css
<style>
span { border-color: #E863C2; }
span { border-color: rgb(232,99,194); }
td.TdClassName
{
border-color: #E863C2;
}
.TagClassName
{
border-color: #E863C2;
}
</style>