Shades of Neon Pink #E55FBC
Tints of Neon Pink #E55FBC
RGB
CMYK
RGB Variations
Color information
#E55FBC (or 0xE55FBC) is known color: Neon Pink. HEX triplet: E5, 5F and BC. RGB value is (229,95,188). Sum of RGB (Red+Green+Blue) = 229+95+188=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55FBC is #1AA043. Grayscale: #919191. Windows color (decimal): -1744964 or 12345317. OLE color: 12345317.
HSL color Cylindrical-coordinate representation of color #E55FBC: hue angle of 318.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FBC is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 188 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.10 |
| HSL | 318.36º | 0.72% | 0.64% | - |
| HSV(B) | 318.36º | 0.59% | 0.9% | - |
| XYZ | 45.48 | 28.47 | 50.68 | - |
| YUV | 145.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 188 | 0 | 0.59 | 0.18 | 0.10 | 318.36 | 0.72 | 0.64 |
| Hex | E5 | 5F | BC | 0 | 3B | 12 | A | 13E | 48 | 40 |
| Octal | 345 | 137 | 274 | 0 | 73 | 22 | 12 | 476 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10111100 | 0 | 111011 | 10010 | 1010 | 100111110 | 1001000 | 1000000 |
Color Harmonies of #E55FBC
Complementary color
Monochromatic Colors of #E55FBC
Black with #E55FBC
Text Example
Text Example
White with #E55FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FBC; }
p { color: rgb(229,95,188); }
H1.HeaderClassName
{
color: #E55FBC;
}
.AnyTagClassName
{
color: #E55FBC;
}
</style>
background-color css
<style>
a { background-color: #E55FBC; }
a { background-color: rgb(229,95,188); }
div.DivClassName
{
background-color: #E55FBC;
}
.BgClassName
{
background-color: #E55FBC;
}
</style>
border-color css
<style>
span { border-color: #E55FBC; }
span { border-color: rgb(229,95,188); }
td.TdClassName
{
border-color: #E55FBC;
}
.TagClassName
{
border-color: #E55FBC;
}
</style>