Shades of Neon Pink #E463BC
Tints of Neon Pink #E463BC
RGB
CMYK
RGB Variations
Color information
#E463BC (or 0xE463BC) is known color: Neon Pink. HEX triplet: E4, 63 and BC. RGB value is (228,99,188). Sum of RGB (Red+Green+Blue) = 228+99+188=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E463BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E463BC is #1B9C43. Grayscale: #939393. Windows color (decimal): -1809476 or 12346340. OLE color: 12346340.
HSL color Cylindrical-coordinate representation of color #E463BC: hue angle of 318.6º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E463BC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 99 | 188 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.11 |
| HSL | 318.6º | 0.7% | 0.64% | - |
| HSV(B) | 318.6º | 0.57% | 0.89% | - |
| XYZ | 45.53 | 29.05 | 50.78 | - |
| YUV | 147.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 99 | 188 | 0 | 0.57 | 0.18 | 0.11 | 318.6 | 0.7 | 0.64 |
| Hex | E4 | 63 | BC | 0 | 39 | 12 | B | 13F | 46 | 40 |
| Octal | 344 | 143 | 274 | 0 | 71 | 22 | 13 | 477 | 106 | 100 |
| Binary | 11100100 | 1100011 | 10111100 | 0 | 111001 | 10010 | 1011 | 100111111 | 1000110 | 1000000 |
Color Harmonies of #E463BC
Complementary color
Monochromatic Colors of #E463BC
Black with #E463BC
Text Example
Text Example
White with #E463BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E463BC; }
p { color: rgb(228,99,188); }
H1.HeaderClassName
{
color: #E463BC;
}
.AnyTagClassName
{
color: #E463BC;
}
</style>
background-color css
<style>
a { background-color: #E463BC; }
a { background-color: rgb(228,99,188); }
div.DivClassName
{
background-color: #E463BC;
}
.BgClassName
{
background-color: #E463BC;
}
</style>
border-color css
<style>
span { border-color: #E463BC; }
span { border-color: rgb(228,99,188); }
td.TdClassName
{
border-color: #E463BC;
}
.TagClassName
{
border-color: #E463BC;
}
</style>