Shades of Neon Pink #E561BC
Tints of Neon Pink #E561BC
RGB
CMYK
RGB Variations
Color information
#E561BC (or 0xE561BC) is known color: Neon Pink. HEX triplet: E5, 61 and BC. RGB value is (229,97,188). Sum of RGB (Red+Green+Blue) = 229+97+188=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E561BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561BC is #1A9E43. Grayscale: #929292. Windows color (decimal): -1744452 or 12345829. OLE color: 12345829.
HSL color Cylindrical-coordinate representation of color #E561BC: hue angle of 318.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561BC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 188 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.10 |
| HSL | 318.64º | 0.72% | 0.64% | - |
| HSV(B) | 318.64º | 0.58% | 0.9% | - |
| XYZ | 45.66 | 28.84 | 50.74 | - |
| YUV | 146.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 188 | 0 | 0.58 | 0.18 | 0.10 | 318.64 | 0.72 | 0.64 |
| Hex | E5 | 61 | BC | 0 | 3A | 12 | A | 13F | 48 | 40 |
| Octal | 345 | 141 | 274 | 0 | 72 | 22 | 12 | 477 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10111100 | 0 | 111010 | 10010 | 1010 | 100111111 | 1001000 | 1000000 |
Color Harmonies of #E561BC
Complementary color
Monochromatic Colors of #E561BC
Black with #E561BC
Text Example
Text Example
White with #E561BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561BC; }
p { color: rgb(229,97,188); }
H1.HeaderClassName
{
color: #E561BC;
}
.AnyTagClassName
{
color: #E561BC;
}
</style>
background-color css
<style>
a { background-color: #E561BC; }
a { background-color: rgb(229,97,188); }
div.DivClassName
{
background-color: #E561BC;
}
.BgClassName
{
background-color: #E561BC;
}
</style>
border-color css
<style>
span { border-color: #E561BC; }
span { border-color: rgb(229,97,188); }
td.TdClassName
{
border-color: #E561BC;
}
.TagClassName
{
border-color: #E561BC;
}
</style>