Shades of Neon Pink #E665BB
Tints of Neon Pink #E665BB
RGB
CMYK
RGB Variations
Color information
#E665BB (or 0xE665BB) is known color: Neon Pink. HEX triplet: E6, 65 and BB. RGB value is (230,101,187). Sum of RGB (Red+Green+Blue) = 230+101+187=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E665BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665BB is #199A44. Grayscale: #959595. Windows color (decimal): -1677893 or 12281318. OLE color: 12281318.
HSL color Cylindrical-coordinate representation of color #E665BB: hue angle of 320º 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 #E665BB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 187 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.10 |
| HSL | 320º | 0.72% | 0.65% | - |
| HSV(B) | 320º | 0.56% | 0.9% | - |
| XYZ | 46.26 | 29.72 | 50.31 | - |
| YUV | 149.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 187 | 0 | 0.56 | 0.19 | 0.10 | 320 | 0.72 | 0.65 |
| Hex | E6 | 65 | BB | 0 | 38 | 13 | A | 140 | 48 | 41 |
| Octal | 346 | 145 | 273 | 0 | 70 | 23 | 12 | 500 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10111011 | 0 | 111000 | 10011 | 1010 | 101000000 | 1001000 | 1000001 |
Color Harmonies of #E665BB
Complementary color
Monochromatic Colors of #E665BB
Black with #E665BB
Text Example
Text Example
White with #E665BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665BB; }
p { color: rgb(230,101,187); }
H1.HeaderClassName
{
color: #E665BB;
}
.AnyTagClassName
{
color: #E665BB;
}
</style>
background-color css
<style>
a { background-color: #E665BB; }
a { background-color: rgb(230,101,187); }
div.DivClassName
{
background-color: #E665BB;
}
.BgClassName
{
background-color: #E665BB;
}
</style>
border-color css
<style>
span { border-color: #E665BB; }
span { border-color: rgb(230,101,187); }
td.TdClassName
{
border-color: #E665BB;
}
.TagClassName
{
border-color: #E665BB;
}
</style>