Shades of Neon Pink #E765BC
Tints of Neon Pink #E765BC
RGB
CMYK
RGB Variations
Color information
#E765BC (or 0xE765BC) is known color: Neon Pink. HEX triplet: E7, 65 and BC. RGB value is (231,101,188). Sum of RGB (Red+Green+Blue) = 231+101+188=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E765BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765BC is #189A43. Grayscale: #959595. Windows color (decimal): -1612356 or 12346855. OLE color: 12346855.
HSL color Cylindrical-coordinate representation of color #E765BC: hue angle of 319.85º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765BC is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 188 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.09 |
| HSL | 319.85º | 0.73% | 0.65% | - |
| HSV(B) | 319.85º | 0.56% | 0.91% | - |
| XYZ | 46.69 | 29.93 | 50.89 | - |
| YUV | 149.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 188 | 0 | 0.56 | 0.19 | 0.09 | 319.85 | 0.73 | 0.65 |
| Hex | E7 | 65 | BC | 0 | 38 | 13 | 9 | 140 | 49 | 41 |
| Octal | 347 | 145 | 274 | 0 | 70 | 23 | 11 | 500 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10111100 | 0 | 111000 | 10011 | 1001 | 101000000 | 1001001 | 1000001 |
Color Harmonies of #E765BC
Complementary color
Monochromatic Colors of #E765BC
Black with #E765BC
Text Example
Text Example
White with #E765BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765BC; }
p { color: rgb(231,101,188); }
H1.HeaderClassName
{
color: #E765BC;
}
.AnyTagClassName
{
color: #E765BC;
}
</style>
background-color css
<style>
a { background-color: #E765BC; }
a { background-color: rgb(231,101,188); }
div.DivClassName
{
background-color: #E765BC;
}
.BgClassName
{
background-color: #E765BC;
}
</style>
border-color css
<style>
span { border-color: #E765BC; }
span { border-color: rgb(231,101,188); }
td.TdClassName
{
border-color: #E765BC;
}
.TagClassName
{
border-color: #E765BC;
}
</style>