Shades of Neon Pink #E65FBC
Tints of Neon Pink #E65FBC
RGB
CMYK
RGB Variations
Color information
#E65FBC (or 0xE65FBC) is known color: Neon Pink. HEX triplet: E6, 5F and BC. RGB value is (230,95,188). Sum of RGB (Red+Green+Blue) = 230+95+188=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FBC is #19A043. Grayscale: #919191. Windows color (decimal): -1679428 or 12345318. OLE color: 12345318.
HSL color Cylindrical-coordinate representation of color #E65FBC: hue angle of 318.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FBC is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 188 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.10 |
| HSL | 318.67º | 0.73% | 0.64% | - |
| HSV(B) | 318.67º | 0.59% | 0.9% | - |
| XYZ | 45.8 | 28.64 | 50.69 | - |
| YUV | 145.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 188 | 0 | 0.59 | 0.18 | 0.10 | 318.67 | 0.73 | 0.64 |
| Hex | E6 | 5F | BC | 0 | 3B | 12 | A | 13F | 49 | 40 |
| Octal | 346 | 137 | 274 | 0 | 73 | 22 | 12 | 477 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10111100 | 0 | 111011 | 10010 | 1010 | 100111111 | 1001001 | 1000000 |
Color Harmonies of #E65FBC
Complementary color
Monochromatic Colors of #E65FBC
Black with #E65FBC
Text Example
Text Example
White with #E65FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FBC; }
p { color: rgb(230,95,188); }
H1.HeaderClassName
{
color: #E65FBC;
}
.AnyTagClassName
{
color: #E65FBC;
}
</style>
background-color css
<style>
a { background-color: #E65FBC; }
a { background-color: rgb(230,95,188); }
div.DivClassName
{
background-color: #E65FBC;
}
.BgClassName
{
background-color: #E65FBC;
}
</style>
border-color css
<style>
span { border-color: #E65FBC; }
span { border-color: rgb(230,95,188); }
td.TdClassName
{
border-color: #E65FBC;
}
.TagClassName
{
border-color: #E65FBC;
}
</style>