Shades of Neon Pink #E564BF
Tints of Neon Pink #E564BF
RGB
CMYK
RGB Variations
Color information
#E564BF (or 0xE564BF) is known color: Neon Pink. HEX triplet: E5, 64 and BF. RGB value is (229,100,191). Sum of RGB (Red+Green+Blue) = 229+100+191=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E564BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564BF is #1A9B40. Grayscale: #949494. Windows color (decimal): -1743681 or 12543205. OLE color: 12543205.
HSL color Cylindrical-coordinate representation of color #E564BF: hue angle of 317.67º degrees, saturation: 0.71, 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 #E564BF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 191 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 317.67º | 0.71% | 0.65% | - |
| HSV(B) | 317.67º | 0.56% | 0.9% | - |
| XYZ | 46.27 | 29.53 | 52.55 | - |
| YUV | 148.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 191 | 0 | 0.56 | 0.17 | 0.10 | 317.67 | 0.71 | 0.65 |
| Hex | E5 | 64 | BF | 0 | 38 | 11 | A | 13E | 47 | 41 |
| Octal | 345 | 144 | 277 | 0 | 70 | 21 | 12 | 476 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10111111 | 0 | 111000 | 10001 | 1010 | 100111110 | 1000111 | 1000001 |
Color Harmonies of #E564BF
Complementary color
Monochromatic Colors of #E564BF
Black with #E564BF
Text Example
Text Example
White with #E564BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564BF; }
p { color: rgb(229,100,191); }
H1.HeaderClassName
{
color: #E564BF;
}
.AnyTagClassName
{
color: #E564BF;
}
</style>
background-color css
<style>
a { background-color: #E564BF; }
a { background-color: rgb(229,100,191); }
div.DivClassName
{
background-color: #E564BF;
}
.BgClassName
{
background-color: #E564BF;
}
</style>
border-color css
<style>
span { border-color: #E564BF; }
span { border-color: rgb(229,100,191); }
td.TdClassName
{
border-color: #E564BF;
}
.TagClassName
{
border-color: #E564BF;
}
</style>