Shades of Neon Pink #E46BC0
Tints of Neon Pink #E46BC0
RGB
CMYK
RGB Variations
Color information
#E46BC0 (or 0xE46BC0) is known color: Neon Pink. HEX triplet: E4, 6B and C0. RGB value is (228,107,192). Sum of RGB (Red+Green+Blue) = 228+107+192=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BC0 is #1B943F. Grayscale: #989898. Windows color (decimal): -1807424 or 12610532. OLE color: 12610532.
HSL color Cylindrical-coordinate representation of color #E46BC0: hue angle of 317.85º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BC0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 192 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.11 |
| HSL | 317.85º | 0.69% | 0.66% | - |
| HSV(B) | 317.85º | 0.53% | 0.89% | - |
| XYZ | 46.77 | 30.82 | 53.35 | - |
| YUV | 152.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 192 | 0 | 0.53 | 0.16 | 0.11 | 317.85 | 0.69 | 0.66 |
| Hex | E4 | 6B | C0 | 0 | 35 | 10 | B | 13E | 45 | 42 |
| Octal | 344 | 153 | 300 | 0 | 65 | 20 | 13 | 476 | 105 | 102 |
| Binary | 11100100 | 1101011 | 11000000 | 0 | 110101 | 10000 | 1011 | 100111110 | 1000101 | 1000010 |
Color Harmonies of #E46BC0
Complementary color
Monochromatic Colors of #E46BC0
Black with #E46BC0
Text Example
Text Example
White with #E46BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BC0; }
p { color: rgb(228,107,192); }
H1.HeaderClassName
{
color: #E46BC0;
}
.AnyTagClassName
{
color: #E46BC0;
}
</style>
background-color css
<style>
a { background-color: #E46BC0; }
a { background-color: rgb(228,107,192); }
div.DivClassName
{
background-color: #E46BC0;
}
.BgClassName
{
background-color: #E46BC0;
}
</style>
border-color css
<style>
span { border-color: #E46BC0; }
span { border-color: rgb(228,107,192); }
td.TdClassName
{
border-color: #E46BC0;
}
.TagClassName
{
border-color: #E46BC0;
}
</style>