Shades of Neon Pink #E766C0
Tints of Neon Pink #E766C0
RGB
CMYK
RGB Variations
Color information
#E766C0 (or 0xE766C0) is known color: Neon Pink. HEX triplet: E7, 66 and C0. RGB value is (231,102,192). Sum of RGB (Red+Green+Blue) = 231+102+192=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E766C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766C0 is #18993F. Grayscale: #969696. Windows color (decimal): -1612096 or 12609255. OLE color: 12609255.
HSL color Cylindrical-coordinate representation of color #E766C0: hue angle of 318.14º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 192 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.14º | 0.73% | 0.65% | - |
| HSV(B) | 318.14º | 0.56% | 0.91% | - |
| XYZ | 47.22 | 30.3 | 53.23 | - |
| YUV | 150.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 192 | 0 | 0.56 | 0.17 | 0.09 | 318.14 | 0.73 | 0.65 |
| Hex | E7 | 66 | C0 | 0 | 38 | 11 | 9 | 13E | 49 | 41 |
| Octal | 347 | 146 | 300 | 0 | 70 | 21 | 11 | 476 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11000000 | 0 | 111000 | 10001 | 1001 | 100111110 | 1001001 | 1000001 |
Color Harmonies of #E766C0
Complementary color
Monochromatic Colors of #E766C0
Black with #E766C0
Text Example
Text Example
White with #E766C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766C0; }
p { color: rgb(231,102,192); }
H1.HeaderClassName
{
color: #E766C0;
}
.AnyTagClassName
{
color: #E766C0;
}
</style>
background-color css
<style>
a { background-color: #E766C0; }
a { background-color: rgb(231,102,192); }
div.DivClassName
{
background-color: #E766C0;
}
.BgClassName
{
background-color: #E766C0;
}
</style>
border-color css
<style>
span { border-color: #E766C0; }
span { border-color: rgb(231,102,192); }
td.TdClassName
{
border-color: #E766C0;
}
.TagClassName
{
border-color: #E766C0;
}
</style>