Shades of Neon Pink #E761C1
Tints of Neon Pink #E761C1
RGB
CMYK
RGB Variations
Color information
#E761C1 (or 0xE761C1) is known color: Neon Pink. HEX triplet: E7, 61 and C1. RGB value is (231,97,193). Sum of RGB (Red+Green+Blue) = 231+97+193=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E761C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761C1 is #189E3E. Grayscale: #939393. Windows color (decimal): -1613375 or 12673511. OLE color: 12673511.
HSL color Cylindrical-coordinate representation of color #E761C1: hue angle of 317.01º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761C1 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 193 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.09 |
| HSL | 317.01º | 0.74% | 0.64% | - |
| HSV(B) | 317.01º | 0.58% | 0.91% | - |
| XYZ | 46.86 | 29.39 | 53.66 | - |
| YUV | 148.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 193 | 0 | 0.58 | 0.16 | 0.09 | 317.01 | 0.74 | 0.64 |
| Hex | E7 | 61 | C1 | 0 | 3A | 10 | 9 | 13D | 4A | 40 |
| Octal | 347 | 141 | 301 | 0 | 72 | 20 | 11 | 475 | 112 | 100 |
| Binary | 11100111 | 1100001 | 11000001 | 0 | 111010 | 10000 | 1001 | 100111101 | 1001010 | 1000000 |
Color Harmonies of #E761C1
Complementary color
Monochromatic Colors of #E761C1
Black with #E761C1
Text Example
Text Example
White with #E761C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761C1; }
p { color: rgb(231,97,193); }
H1.HeaderClassName
{
color: #E761C1;
}
.AnyTagClassName
{
color: #E761C1;
}
</style>
background-color css
<style>
a { background-color: #E761C1; }
a { background-color: rgb(231,97,193); }
div.DivClassName
{
background-color: #E761C1;
}
.BgClassName
{
background-color: #E761C1;
}
</style>
border-color css
<style>
span { border-color: #E761C1; }
span { border-color: rgb(231,97,193); }
td.TdClassName
{
border-color: #E761C1;
}
.TagClassName
{
border-color: #E761C1;
}
</style>