Shades of Neon Pink #E766C2
Tints of Neon Pink #E766C2
RGB
CMYK
RGB Variations
Color information
#E766C2 (or 0xE766C2) is known color: Neon Pink. HEX triplet: E7, 66 and C2. RGB value is (231,102,194). Sum of RGB (Red+Green+Blue) = 231+102+194=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E766C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766C2 is #18993D. Grayscale: #969696. Windows color (decimal): -1612094 or 12740327. OLE color: 12740327.
HSL color Cylindrical-coordinate representation of color #E766C2: hue angle of 317.21º 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 #E766C2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 194 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.09 |
| HSL | 317.21º | 0.73% | 0.65% | - |
| HSV(B) | 317.21º | 0.56% | 0.91% | - |
| XYZ | 47.44 | 30.39 | 54.4 | - |
| YUV | 151.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 194 | 0 | 0.56 | 0.16 | 0.09 | 317.21 | 0.73 | 0.65 |
| Hex | E7 | 66 | C2 | 0 | 38 | 10 | 9 | 13D | 49 | 41 |
| Octal | 347 | 146 | 302 | 0 | 70 | 20 | 11 | 475 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11000010 | 0 | 111000 | 10000 | 1001 | 100111101 | 1001001 | 1000001 |
Color Harmonies of #E766C2
Complementary color
Monochromatic Colors of #E766C2
Black with #E766C2
Text Example
Text Example
White with #E766C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766C2; }
p { color: rgb(231,102,194); }
H1.HeaderClassName
{
color: #E766C2;
}
.AnyTagClassName
{
color: #E766C2;
}
</style>
background-color css
<style>
a { background-color: #E766C2; }
a { background-color: rgb(231,102,194); }
div.DivClassName
{
background-color: #E766C2;
}
.BgClassName
{
background-color: #E766C2;
}
</style>
border-color css
<style>
span { border-color: #E766C2; }
span { border-color: rgb(231,102,194); }
td.TdClassName
{
border-color: #E766C2;
}
.TagClassName
{
border-color: #E766C2;
}
</style>