Shades of Neon Pink #E263BC
Tints of Neon Pink #E263BC
RGB
CMYK
RGB Variations
Color information
#E263BC (or 0xE263BC) is known color: Neon Pink. HEX triplet: E2, 63 and BC. RGB value is (226,99,188). Sum of RGB (Red+Green+Blue) = 226+99+188=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E263BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263BC is #1D9C43. Grayscale: #929292. Windows color (decimal): -1940548 or 12346338. OLE color: 12346338.
HSL color Cylindrical-coordinate representation of color #E263BC: hue angle of 317.95º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263BC is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 188 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.11 |
| HSL | 317.95º | 0.69% | 0.64% | - |
| HSV(B) | 317.95º | 0.56% | 0.89% | - |
| XYZ | 44.9 | 28.72 | 50.75 | - |
| YUV | 147.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 188 | 0 | 0.56 | 0.17 | 0.11 | 317.95 | 0.69 | 0.64 |
| Hex | E2 | 63 | BC | 0 | 38 | 11 | B | 13E | 45 | 40 |
| Octal | 342 | 143 | 274 | 0 | 70 | 21 | 13 | 476 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10111100 | 0 | 111000 | 10001 | 1011 | 100111110 | 1000101 | 1000000 |
Color Harmonies of #E263BC
Complementary color
Monochromatic Colors of #E263BC
Black with #E263BC
Text Example
Text Example
White with #E263BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263BC; }
p { color: rgb(226,99,188); }
H1.HeaderClassName
{
color: #E263BC;
}
.AnyTagClassName
{
color: #E263BC;
}
</style>
background-color css
<style>
a { background-color: #E263BC; }
a { background-color: rgb(226,99,188); }
div.DivClassName
{
background-color: #E263BC;
}
.BgClassName
{
background-color: #E263BC;
}
</style>
border-color css
<style>
span { border-color: #E263BC; }
span { border-color: rgb(226,99,188); }
td.TdClassName
{
border-color: #E263BC;
}
.TagClassName
{
border-color: #E263BC;
}
</style>