Shades of Neon Pink #E764C3
Tints of Neon Pink #E764C3
RGB
CMYK
RGB Variations
Color information
#E764C3 (or 0xE764C3) is known color: Neon Pink. HEX triplet: E7, 64 and C3. RGB value is (231,100,195). Sum of RGB (Red+Green+Blue) = 231+100+195=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E764C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764C3 is #189B3C. Grayscale: #959595. Windows color (decimal): -1612605 or 12805351. OLE color: 12805351.
HSL color Cylindrical-coordinate representation of color #E764C3: hue angle of 316.49º degrees, saturation: 0.73, 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 #E764C3 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 195 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.09 |
| HSL | 316.49º | 0.73% | 0.65% | - |
| HSV(B) | 316.49º | 0.57% | 0.91% | - |
| XYZ | 47.36 | 30.04 | 54.93 | - |
| YUV | 150 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 195 | 0 | 0.57 | 0.16 | 0.09 | 316.49 | 0.73 | 0.65 |
| Hex | E7 | 64 | C3 | 0 | 39 | 10 | 9 | 13C | 49 | 41 |
| Octal | 347 | 144 | 303 | 0 | 71 | 20 | 11 | 474 | 111 | 101 |
| Binary | 11100111 | 1100100 | 11000011 | 0 | 111001 | 10000 | 1001 | 100111100 | 1001001 | 1000001 |
Color Harmonies of #E764C3
Complementary color
Monochromatic Colors of #E764C3
Black with #E764C3
Text Example
Text Example
White with #E764C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764C3; }
p { color: rgb(231,100,195); }
H1.HeaderClassName
{
color: #E764C3;
}
.AnyTagClassName
{
color: #E764C3;
}
</style>
background-color css
<style>
a { background-color: #E764C3; }
a { background-color: rgb(231,100,195); }
div.DivClassName
{
background-color: #E764C3;
}
.BgClassName
{
background-color: #E764C3;
}
</style>
border-color css
<style>
span { border-color: #E764C3; }
span { border-color: rgb(231,100,195); }
td.TdClassName
{
border-color: #E764C3;
}
.TagClassName
{
border-color: #E764C3;
}
</style>