Shades of Neon Pink #E665BF
Tints of Neon Pink #E665BF
RGB
CMYK
RGB Variations
Color information
#E665BF (or 0xE665BF) is known color: Neon Pink. HEX triplet: E6, 65 and BF. RGB value is (230,101,191). Sum of RGB (Red+Green+Blue) = 230+101+191=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E665BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665BF is #199A40. Grayscale: #959595. Windows color (decimal): -1677889 or 12543462. OLE color: 12543462.
HSL color Cylindrical-coordinate representation of color #E665BF: hue angle of 318.14º 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 #E665BF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 191 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 318.14º | 0.72% | 0.65% | - |
| HSV(B) | 318.14º | 0.56% | 0.9% | - |
| XYZ | 46.69 | 29.89 | 52.6 | - |
| YUV | 149.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 191 | 0 | 0.56 | 0.17 | 0.10 | 318.14 | 0.72 | 0.65 |
| Hex | E6 | 65 | BF | 0 | 38 | 11 | A | 13E | 48 | 41 |
| Octal | 346 | 145 | 277 | 0 | 70 | 21 | 12 | 476 | 110 | 101 |
| Binary | 11100110 | 1100101 | 10111111 | 0 | 111000 | 10001 | 1010 | 100111110 | 1001000 | 1000001 |
Color Harmonies of #E665BF
Complementary color
Monochromatic Colors of #E665BF
Black with #E665BF
Text Example
Text Example
White with #E665BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665BF; }
p { color: rgb(230,101,191); }
H1.HeaderClassName
{
color: #E665BF;
}
.AnyTagClassName
{
color: #E665BF;
}
</style>
background-color css
<style>
a { background-color: #E665BF; }
a { background-color: rgb(230,101,191); }
div.DivClassName
{
background-color: #E665BF;
}
.BgClassName
{
background-color: #E665BF;
}
</style>
border-color css
<style>
span { border-color: #E665BF; }
span { border-color: rgb(230,101,191); }
td.TdClassName
{
border-color: #E665BF;
}
.TagClassName
{
border-color: #E665BF;
}
</style>