Shades of Neon Pink #E665BC
Tints of Neon Pink #E665BC
RGB
CMYK
RGB Variations
Color information
#E665BC (or 0xE665BC) is known color: Neon Pink. HEX triplet: E6, 65 and BC. RGB value is (230,101,188). Sum of RGB (Red+Green+Blue) = 230+101+188=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E665BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665BC is #199A43. Grayscale: #959595. Windows color (decimal): -1677892 or 12346854. OLE color: 12346854.
HSL color Cylindrical-coordinate representation of color #E665BC: hue angle of 319.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665BC is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 188 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.10 |
| HSL | 319.53º | 0.72% | 0.65% | - |
| HSV(B) | 319.53º | 0.56% | 0.9% | - |
| XYZ | 46.36 | 29.76 | 50.88 | - |
| YUV | 149.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 188 | 0 | 0.56 | 0.18 | 0.10 | 319.53 | 0.72 | 0.65 |
| Hex | E6 | 65 | BC | 0 | 38 | 12 | A | 140 | 48 | 41 |
| Octal | 346 | 145 | 274 | 0 | 70 | 22 | 12 | 500 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10111100 | 0 | 111000 | 10010 | 1010 | 101000000 | 1001000 | 1000001 |
Color Harmonies of #E665BC
Complementary color
Monochromatic Colors of #E665BC
Black with #E665BC
Text Example
Text Example
White with #E665BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665BC; }
p { color: rgb(230,101,188); }
H1.HeaderClassName
{
color: #E665BC;
}
.AnyTagClassName
{
color: #E665BC;
}
</style>
background-color css
<style>
a { background-color: #E665BC; }
a { background-color: rgb(230,101,188); }
div.DivClassName
{
background-color: #E665BC;
}
.BgClassName
{
background-color: #E665BC;
}
</style>
border-color css
<style>
span { border-color: #E665BC; }
span { border-color: rgb(230,101,188); }
td.TdClassName
{
border-color: #E665BC;
}
.TagClassName
{
border-color: #E665BC;
}
</style>