Shades of Neon Pink #E665C0
Tints of Neon Pink #E665C0
RGB
CMYK
RGB Variations
Color information
#E665C0 (or 0xE665C0) is known color: Neon Pink. HEX triplet: E6, 65 and C0. RGB value is (230,101,192). Sum of RGB (Red+Green+Blue) = 230+101+192=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C0 is #199A3F. Grayscale: #959595. Windows color (decimal): -1677888 or 12608998. OLE color: 12608998.
HSL color Cylindrical-coordinate representation of color #E665C0: hue angle of 317.67º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 192 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 317.67º | 0.72% | 0.65% | - |
| HSV(B) | 317.67º | 0.56% | 0.9% | - |
| XYZ | 46.8 | 29.94 | 53.18 | - |
| YUV | 149.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 192 | 0 | 0.56 | 0.17 | 0.10 | 317.67 | 0.72 | 0.65 |
| Hex | E6 | 65 | C0 | 0 | 38 | 11 | A | 13E | 48 | 41 |
| Octal | 346 | 145 | 300 | 0 | 70 | 21 | 12 | 476 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11000000 | 0 | 111000 | 10001 | 1010 | 100111110 | 1001000 | 1000001 |
Color Harmonies of #E665C0
Complementary color
Monochromatic Colors of #E665C0
Black with #E665C0
Text Example
Text Example
White with #E665C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665C0; }
p { color: rgb(230,101,192); }
H1.HeaderClassName
{
color: #E665C0;
}
.AnyTagClassName
{
color: #E665C0;
}
</style>
background-color css
<style>
a { background-color: #E665C0; }
a { background-color: rgb(230,101,192); }
div.DivClassName
{
background-color: #E665C0;
}
.BgClassName
{
background-color: #E665C0;
}
</style>
border-color css
<style>
span { border-color: #E665C0; }
span { border-color: rgb(230,101,192); }
td.TdClassName
{
border-color: #E665C0;
}
.TagClassName
{
border-color: #E665C0;
}
</style>