Shades of Neon Pink #E265BC
Tints of Neon Pink #E265BC
RGB
CMYK
RGB Variations
Color information
#E265BC (or 0xE265BC) is known color: Neon Pink. HEX triplet: E2, 65 and BC. RGB value is (226,101,188). Sum of RGB (Red+Green+Blue) = 226+101+188=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E265BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265BC is #1D9A43. Grayscale: #949494. Windows color (decimal): -1940036 or 12346850. OLE color: 12346850.
HSL color Cylindrical-coordinate representation of color #E265BC: hue angle of 318.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265BC is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 188 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.11 |
| HSL | 318.24º | 0.68% | 0.64% | - |
| HSV(B) | 318.24º | 0.55% | 0.89% | - |
| XYZ | 45.09 | 29.11 | 50.82 | - |
| YUV | 148.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 188 | 0 | 0.55 | 0.17 | 0.11 | 318.24 | 0.68 | 0.64 |
| Hex | E2 | 65 | BC | 0 | 37 | 11 | B | 13E | 44 | 40 |
| Octal | 342 | 145 | 274 | 0 | 67 | 21 | 13 | 476 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10111100 | 0 | 110111 | 10001 | 1011 | 100111110 | 1000100 | 1000000 |
Color Harmonies of #E265BC
Complementary color
Monochromatic Colors of #E265BC
Black with #E265BC
Text Example
Text Example
White with #E265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265BC; }
p { color: rgb(226,101,188); }
H1.HeaderClassName
{
color: #E265BC;
}
.AnyTagClassName
{
color: #E265BC;
}
</style>
background-color css
<style>
a { background-color: #E265BC; }
a { background-color: rgb(226,101,188); }
div.DivClassName
{
background-color: #E265BC;
}
.BgClassName
{
background-color: #E265BC;
}
</style>
border-color css
<style>
span { border-color: #E265BC; }
span { border-color: rgb(226,101,188); }
td.TdClassName
{
border-color: #E265BC;
}
.TagClassName
{
border-color: #E265BC;
}
</style>