Shades of Neon Pink #E65CBC
Tints of Neon Pink #E65CBC
RGB
CMYK
RGB Variations
Color information
#E65CBC (or 0xE65CBC) is known color: Neon Pink. HEX triplet: E6, 5C and BC. RGB value is (230,92,188). Sum of RGB (Red+Green+Blue) = 230+92+188=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CBC is #19A343. Grayscale: #8F8F8F. Windows color (decimal): -1680196 or 12344550. OLE color: 12344550.
HSL color Cylindrical-coordinate representation of color #E65CBC: hue angle of 318.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CBC is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 188 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.10 |
| HSL | 318.26º | 0.73% | 0.63% | - |
| HSV(B) | 318.26º | 0.6% | 0.9% | - |
| XYZ | 45.54 | 28.11 | 50.6 | - |
| YUV | 144.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 188 | 0 | 0.60 | 0.18 | 0.10 | 318.26 | 0.73 | 0.63 |
| Hex | E6 | 5C | BC | 0 | 3C | 12 | A | 13E | 49 | 3F |
| Octal | 346 | 134 | 274 | 0 | 74 | 22 | 12 | 476 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10111100 | 0 | 111100 | 10010 | 1010 | 100111110 | 1001001 | 111111 |
Color Harmonies of #E65CBC
Complementary color
Monochromatic Colors of #E65CBC
Black with #E65CBC
Text Example
Text Example
White with #E65CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CBC; }
p { color: rgb(230,92,188); }
H1.HeaderClassName
{
color: #E65CBC;
}
.AnyTagClassName
{
color: #E65CBC;
}
</style>
background-color css
<style>
a { background-color: #E65CBC; }
a { background-color: rgb(230,92,188); }
div.DivClassName
{
background-color: #E65CBC;
}
.BgClassName
{
background-color: #E65CBC;
}
</style>
border-color css
<style>
span { border-color: #E65CBC; }
span { border-color: rgb(230,92,188); }
td.TdClassName
{
border-color: #E65CBC;
}
.TagClassName
{
border-color: #E65CBC;
}
</style>