Shades of Neon Pink #E765BF
Tints of Neon Pink #E765BF
RGB
CMYK
RGB Variations
Color information
#E765BF (or 0xE765BF) is known color: Neon Pink. HEX triplet: E7, 65 and BF. RGB value is (231,101,191). Sum of RGB (Red+Green+Blue) = 231+101+191=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E765BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765BF is #189A40. Grayscale: #959595. Windows color (decimal): -1612353 or 12543463. OLE color: 12543463.
HSL color Cylindrical-coordinate representation of color #E765BF: hue angle of 318.46º 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 #E765BF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 191 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.46º | 0.73% | 0.65% | - |
| HSV(B) | 318.46º | 0.56% | 0.91% | - |
| XYZ | 47.01 | 30.06 | 52.61 | - |
| YUV | 150.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 191 | 0 | 0.56 | 0.17 | 0.09 | 318.46 | 0.73 | 0.65 |
| Hex | E7 | 65 | BF | 0 | 38 | 11 | 9 | 13E | 49 | 41 |
| Octal | 347 | 145 | 277 | 0 | 70 | 21 | 11 | 476 | 111 | 101 |
| Binary | 11100111 | 1100101 | 10111111 | 0 | 111000 | 10001 | 1001 | 100111110 | 1001001 | 1000001 |
Color Harmonies of #E765BF
Complementary color
Monochromatic Colors of #E765BF
Black with #E765BF
Text Example
Text Example
White with #E765BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765BF; }
p { color: rgb(231,101,191); }
H1.HeaderClassName
{
color: #E765BF;
}
.AnyTagClassName
{
color: #E765BF;
}
</style>
background-color css
<style>
a { background-color: #E765BF; }
a { background-color: rgb(231,101,191); }
div.DivClassName
{
background-color: #E765BF;
}
.BgClassName
{
background-color: #E765BF;
}
</style>
border-color css
<style>
span { border-color: #E765BF; }
span { border-color: rgb(231,101,191); }
td.TdClassName
{
border-color: #E765BF;
}
.TagClassName
{
border-color: #E765BF;
}
</style>