Shades of Neon Pink #E665C1
Tints of Neon Pink #E665C1
RGB
CMYK
RGB Variations
Color information
#E665C1 (or 0xE665C1) is known color: Neon Pink. HEX triplet: E6, 65 and C1. RGB value is (230,101,193). Sum of RGB (Red+Green+Blue) = 230+101+193=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C1 is #199A3E. Grayscale: #959595. Windows color (decimal): -1677887 or 12674534. OLE color: 12674534.
HSL color Cylindrical-coordinate representation of color #E665C1: hue angle of 317.21º 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 #E665C1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 193 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.10 |
| HSL | 317.21º | 0.72% | 0.65% | - |
| HSV(B) | 317.21º | 0.56% | 0.9% | - |
| XYZ | 46.91 | 29.98 | 53.77 | - |
| YUV | 150.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 193 | 0 | 0.56 | 0.16 | 0.10 | 317.21 | 0.72 | 0.65 |
| Hex | E6 | 65 | C1 | 0 | 38 | 10 | A | 13D | 48 | 41 |
| Octal | 346 | 145 | 301 | 0 | 70 | 20 | 12 | 475 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11000001 | 0 | 111000 | 10000 | 1010 | 100111101 | 1001000 | 1000001 |
Color Harmonies of #E665C1
Complementary color
Monochromatic Colors of #E665C1
Black with #E665C1
Text Example
Text Example
White with #E665C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665C1; }
p { color: rgb(230,101,193); }
H1.HeaderClassName
{
color: #E665C1;
}
.AnyTagClassName
{
color: #E665C1;
}
</style>
background-color css
<style>
a { background-color: #E665C1; }
a { background-color: rgb(230,101,193); }
div.DivClassName
{
background-color: #E665C1;
}
.BgClassName
{
background-color: #E665C1;
}
</style>
border-color css
<style>
span { border-color: #E665C1; }
span { border-color: rgb(230,101,193); }
td.TdClassName
{
border-color: #E665C1;
}
.TagClassName
{
border-color: #E665C1;
}
</style>