Shades of Neon Pink #E667C0
Tints of Neon Pink #E667C0
RGB
CMYK
RGB Variations
Color information
#E667C0 (or 0xE667C0) is known color: Neon Pink. HEX triplet: E6, 67 and C0. RGB value is (230,103,192). Sum of RGB (Red+Green+Blue) = 230+103+192=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E667C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E667C0 is #19983F. Grayscale: #969696. Windows color (decimal): -1677376 or 12609510. OLE color: 12609510.
HSL color Cylindrical-coordinate representation of color #E667C0: hue angle of 317.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E667C0 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 192 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.10 |
| HSL | 317.95º | 0.72% | 0.65% | - |
| HSV(B) | 317.95º | 0.55% | 0.9% | - |
| XYZ | 47 | 30.33 | 53.25 | - |
| YUV | 151.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 192 | 0 | 0.55 | 0.17 | 0.10 | 317.95 | 0.72 | 0.65 |
| Hex | E6 | 67 | C0 | 0 | 37 | 11 | A | 13E | 48 | 41 |
| Octal | 346 | 147 | 300 | 0 | 67 | 21 | 12 | 476 | 110 | 101 |
| Binary | 11100110 | 1100111 | 11000000 | 0 | 110111 | 10001 | 1010 | 100111110 | 1001000 | 1000001 |
Color Harmonies of #E667C0
Complementary color
Monochromatic Colors of #E667C0
Black with #E667C0
Text Example
Text Example
White with #E667C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E667C0; }
p { color: rgb(230,103,192); }
H1.HeaderClassName
{
color: #E667C0;
}
.AnyTagClassName
{
color: #E667C0;
}
</style>
background-color css
<style>
a { background-color: #E667C0; }
a { background-color: rgb(230,103,192); }
div.DivClassName
{
background-color: #E667C0;
}
.BgClassName
{
background-color: #E667C0;
}
</style>
border-color css
<style>
span { border-color: #E667C0; }
span { border-color: rgb(230,103,192); }
td.TdClassName
{
border-color: #E667C0;
}
.TagClassName
{
border-color: #E667C0;
}
</style>