Shades of Neon Pink #E365BC
Tints of Neon Pink #E365BC
RGB
CMYK
RGB Variations
Color information
#E365BC (or 0xE365BC) is known color: Neon Pink. HEX triplet: E3, 65 and BC. RGB value is (227,101,188). Sum of RGB (Red+Green+Blue) = 227+101+188=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E365BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365BC is #1C9A43. Grayscale: #949494. Windows color (decimal): -1874500 or 12346851. OLE color: 12346851.
HSL color Cylindrical-coordinate representation of color #E365BC: hue angle of 318.57º 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 #E365BC is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 188 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.11 |
| HSL | 318.57º | 0.69% | 0.64% | - |
| HSV(B) | 318.57º | 0.56% | 0.89% | - |
| XYZ | 45.41 | 29.27 | 50.83 | - |
| YUV | 148.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 188 | 0 | 0.56 | 0.17 | 0.11 | 318.57 | 0.69 | 0.64 |
| Hex | E3 | 65 | BC | 0 | 38 | 11 | B | 13F | 45 | 40 |
| Octal | 343 | 145 | 274 | 0 | 70 | 21 | 13 | 477 | 105 | 100 |
| Binary | 11100011 | 1100101 | 10111100 | 0 | 111000 | 10001 | 1011 | 100111111 | 1000101 | 1000000 |
Color Harmonies of #E365BC
Complementary color
Monochromatic Colors of #E365BC
Black with #E365BC
Text Example
Text Example
White with #E365BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365BC; }
p { color: rgb(227,101,188); }
H1.HeaderClassName
{
color: #E365BC;
}
.AnyTagClassName
{
color: #E365BC;
}
</style>
background-color css
<style>
a { background-color: #E365BC; }
a { background-color: rgb(227,101,188); }
div.DivClassName
{
background-color: #E365BC;
}
.BgClassName
{
background-color: #E365BC;
}
</style>
border-color css
<style>
span { border-color: #E365BC; }
span { border-color: rgb(227,101,188); }
td.TdClassName
{
border-color: #E365BC;
}
.TagClassName
{
border-color: #E365BC;
}
</style>