Shades of Neon Pink #E767C2
Tints of Neon Pink #E767C2
RGB
CMYK
RGB Variations
Color information
#E767C2 (or 0xE767C2) is known color: Neon Pink. HEX triplet: E7, 67 and C2. RGB value is (231,103,194). Sum of RGB (Red+Green+Blue) = 231+103+194=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E767C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767C2 is #18983D. Grayscale: #979797. Windows color (decimal): -1611838 or 12740583. OLE color: 12740583.
HSL color Cylindrical-coordinate representation of color #E767C2: hue angle of 317.34º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767C2 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 194 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.09 |
| HSL | 317.34º | 0.73% | 0.65% | - |
| HSV(B) | 317.34º | 0.55% | 0.91% | - |
| XYZ | 47.54 | 30.58 | 54.44 | - |
| YUV | 151.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 194 | 0 | 0.55 | 0.16 | 0.09 | 317.34 | 0.73 | 0.65 |
| Hex | E7 | 67 | C2 | 0 | 37 | 10 | 9 | 13D | 49 | 41 |
| Octal | 347 | 147 | 302 | 0 | 67 | 20 | 11 | 475 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11000010 | 0 | 110111 | 10000 | 1001 | 100111101 | 1001001 | 1000001 |
Color Harmonies of #E767C2
Complementary color
Monochromatic Colors of #E767C2
Black with #E767C2
Text Example
Text Example
White with #E767C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767C2; }
p { color: rgb(231,103,194); }
H1.HeaderClassName
{
color: #E767C2;
}
.AnyTagClassName
{
color: #E767C2;
}
</style>
background-color css
<style>
a { background-color: #E767C2; }
a { background-color: rgb(231,103,194); }
div.DivClassName
{
background-color: #E767C2;
}
.BgClassName
{
background-color: #E767C2;
}
</style>
border-color css
<style>
span { border-color: #E767C2; }
span { border-color: rgb(231,103,194); }
td.TdClassName
{
border-color: #E767C2;
}
.TagClassName
{
border-color: #E767C2;
}
</style>