Shades of Neon Pink #E566BF
Tints of Neon Pink #E566BF
RGB
CMYK
RGB Variations
Color information
#E566BF (or 0xE566BF) is known color: Neon Pink. HEX triplet: E5, 66 and BF. RGB value is (229,102,191). Sum of RGB (Red+Green+Blue) = 229+102+191=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E566BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E566BF is #1A9940. Grayscale: #959595. Windows color (decimal): -1743169 or 12543717. OLE color: 12543717.
HSL color Cylindrical-coordinate representation of color #E566BF: hue angle of 317.95º degrees, saturation: 0.71, 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 #E566BF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 191 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.10 |
| HSL | 317.95º | 0.71% | 0.65% | - |
| HSV(B) | 317.95º | 0.55% | 0.9% | - |
| XYZ | 46.47 | 29.92 | 52.62 | - |
| YUV | 150.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 191 | 0 | 0.55 | 0.17 | 0.10 | 317.95 | 0.71 | 0.65 |
| Hex | E5 | 66 | BF | 0 | 37 | 11 | A | 13E | 47 | 41 |
| Octal | 345 | 146 | 277 | 0 | 67 | 21 | 12 | 476 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10111111 | 0 | 110111 | 10001 | 1010 | 100111110 | 1000111 | 1000001 |
Color Harmonies of #E566BF
Complementary color
Monochromatic Colors of #E566BF
Black with #E566BF
Text Example
Text Example
White with #E566BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E566BF; }
p { color: rgb(229,102,191); }
H1.HeaderClassName
{
color: #E566BF;
}
.AnyTagClassName
{
color: #E566BF;
}
</style>
background-color css
<style>
a { background-color: #E566BF; }
a { background-color: rgb(229,102,191); }
div.DivClassName
{
background-color: #E566BF;
}
.BgClassName
{
background-color: #E566BF;
}
</style>
border-color css
<style>
span { border-color: #E566BF; }
span { border-color: rgb(229,102,191); }
td.TdClassName
{
border-color: #E566BF;
}
.TagClassName
{
border-color: #E566BF;
}
</style>