Shades of Neon Pink #E465BB
Tints of Neon Pink #E465BB
RGB
CMYK
RGB Variations
Color information
#E465BB (or 0xE465BB) is known color: Neon Pink. HEX triplet: E4, 65 and BB. RGB value is (228,101,187). Sum of RGB (Red+Green+Blue) = 228+101+187=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E465BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465BB is #1B9A44. Grayscale: #949494. Windows color (decimal): -1808965 or 12281316. OLE color: 12281316.
HSL color Cylindrical-coordinate representation of color #E465BB: hue angle of 319.37º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465BB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 187 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.11 |
| HSL | 319.37º | 0.7% | 0.65% | - |
| HSV(B) | 319.37º | 0.56% | 0.89% | - |
| XYZ | 45.62 | 29.39 | 50.28 | - |
| YUV | 148.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 187 | 0 | 0.56 | 0.18 | 0.11 | 319.37 | 0.7 | 0.65 |
| Hex | E4 | 65 | BB | 0 | 38 | 12 | B | 13F | 46 | 41 |
| Octal | 344 | 145 | 273 | 0 | 70 | 22 | 13 | 477 | 106 | 101 |
| Binary | 11100100 | 1100101 | 10111011 | 0 | 111000 | 10010 | 1011 | 100111111 | 1000110 | 1000001 |
Color Harmonies of #E465BB
Complementary color
Monochromatic Colors of #E465BB
Black with #E465BB
Text Example
Text Example
White with #E465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465BB; }
p { color: rgb(228,101,187); }
H1.HeaderClassName
{
color: #E465BB;
}
.AnyTagClassName
{
color: #E465BB;
}
</style>
background-color css
<style>
a { background-color: #E465BB; }
a { background-color: rgb(228,101,187); }
div.DivClassName
{
background-color: #E465BB;
}
.BgClassName
{
background-color: #E465BB;
}
</style>
border-color css
<style>
span { border-color: #E465BB; }
span { border-color: rgb(228,101,187); }
td.TdClassName
{
border-color: #E465BB;
}
.TagClassName
{
border-color: #E465BB;
}
</style>