Shades of Neon Pink #E866BF
Tints of Neon Pink #E866BF
RGB
CMYK
RGB Variations
Color information
#E866BF (or 0xE866BF) is known color: Neon Pink. HEX triplet: E8, 66 and BF. RGB value is (232,102,191). Sum of RGB (Red+Green+Blue) = 232+102+191=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E866BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E866BF is #179940. Grayscale: #969696. Windows color (decimal): -1546561 or 12543720. OLE color: 12543720.
HSL color Cylindrical-coordinate representation of color #E866BF: hue angle of 318.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E866BF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 191 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.09 |
| HSL | 318.92º | 0.74% | 0.65% | - |
| HSV(B) | 318.92º | 0.56% | 0.91% | - |
| XYZ | 47.43 | 30.42 | 52.66 | - |
| YUV | 151.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 191 | 0 | 0.56 | 0.18 | 0.09 | 318.92 | 0.74 | 0.65 |
| Hex | E8 | 66 | BF | 0 | 38 | 12 | 9 | 13F | 4A | 41 |
| Octal | 350 | 146 | 277 | 0 | 70 | 22 | 11 | 477 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10111111 | 0 | 111000 | 10010 | 1001 | 100111111 | 1001010 | 1000001 |
Color Harmonies of #E866BF
Complementary color
Monochromatic Colors of #E866BF
Black with #E866BF
Text Example
Text Example
White with #E866BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866BF; }
p { color: rgb(232,102,191); }
H1.HeaderClassName
{
color: #E866BF;
}
.AnyTagClassName
{
color: #E866BF;
}
</style>
background-color css
<style>
a { background-color: #E866BF; }
a { background-color: rgb(232,102,191); }
div.DivClassName
{
background-color: #E866BF;
}
.BgClassName
{
background-color: #E866BF;
}
</style>
border-color css
<style>
span { border-color: #E866BF; }
span { border-color: rgb(232,102,191); }
td.TdClassName
{
border-color: #E866BF;
}
.TagClassName
{
border-color: #E866BF;
}
</style>