Shades of Neon Pink #E86BC7
Tints of Neon Pink #E86BC7
RGB
CMYK
RGB Variations
Color information
#E86BC7 (or 0xE86BC7) is known color: Neon Pink. HEX triplet: E8, 6B and C7. RGB value is (232,107,199). Sum of RGB (Red+Green+Blue) = 232+107+199=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BC7 is #179438. Grayscale: #9A9A9A. Windows color (decimal): -1545273 or 13069288. OLE color: 13069288.
HSL color Cylindrical-coordinate representation of color #E86BC7: hue angle of 315.84º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BC7 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 199 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.09 |
| HSL | 315.84º | 0.73% | 0.66% | - |
| HSV(B) | 315.84º | 0.54% | 0.91% | - |
| XYZ | 48.85 | 31.79 | 57.6 | - |
| YUV | 154.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 199 | 0 | 0.54 | 0.14 | 0.09 | 315.84 | 0.73 | 0.66 |
| Hex | E8 | 6B | C7 | 0 | 36 | E | 9 | 13C | 49 | 42 |
| Octal | 350 | 153 | 307 | 0 | 66 | 16 | 11 | 474 | 111 | 102 |
| Binary | 11101000 | 1101011 | 11000111 | 0 | 110110 | 1110 | 1001 | 100111100 | 1001001 | 1000010 |
Color Harmonies of #E86BC7
Complementary color
Monochromatic Colors of #E86BC7
Black with #E86BC7
Text Example
Text Example
White with #E86BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BC7; }
p { color: rgb(232,107,199); }
H1.HeaderClassName
{
color: #E86BC7;
}
.AnyTagClassName
{
color: #E86BC7;
}
</style>
background-color css
<style>
a { background-color: #E86BC7; }
a { background-color: rgb(232,107,199); }
div.DivClassName
{
background-color: #E86BC7;
}
.BgClassName
{
background-color: #E86BC7;
}
</style>
border-color css
<style>
span { border-color: #E86BC7; }
span { border-color: rgb(232,107,199); }
td.TdClassName
{
border-color: #E86BC7;
}
.TagClassName
{
border-color: #E86BC7;
}
</style>