Shades of Neon Pink #E667C1
Tints of Neon Pink #E667C1
RGB
CMYK
RGB Variations
Color information
#E667C1 (or 0xE667C1) is known color: Neon Pink. HEX triplet: E6, 67 and C1. RGB value is (230,103,193). Sum of RGB (Red+Green+Blue) = 230+103+193=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E667C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E667C1 is #19983E. Grayscale: #969696. Windows color (decimal): -1677375 or 12675046. OLE color: 12675046.
HSL color Cylindrical-coordinate representation of color #E667C1: hue angle of 317.48º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E667C1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 193 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.10 |
| HSL | 317.48º | 0.72% | 0.65% | - |
| HSV(B) | 317.48º | 0.55% | 0.9% | - |
| XYZ | 47.11 | 30.37 | 53.83 | - |
| YUV | 151.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 193 | 0 | 0.55 | 0.16 | 0.10 | 317.48 | 0.72 | 0.65 |
| Hex | E6 | 67 | C1 | 0 | 37 | 10 | A | 13D | 48 | 41 |
| Octal | 346 | 147 | 301 | 0 | 67 | 20 | 12 | 475 | 110 | 101 |
| Binary | 11100110 | 1100111 | 11000001 | 0 | 110111 | 10000 | 1010 | 100111101 | 1001000 | 1000001 |
Color Harmonies of #E667C1
Complementary color
Monochromatic Colors of #E667C1
Black with #E667C1
Text Example
Text Example
White with #E667C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E667C1; }
p { color: rgb(230,103,193); }
H1.HeaderClassName
{
color: #E667C1;
}
.AnyTagClassName
{
color: #E667C1;
}
</style>
background-color css
<style>
a { background-color: #E667C1; }
a { background-color: rgb(230,103,193); }
div.DivClassName
{
background-color: #E667C1;
}
.BgClassName
{
background-color: #E667C1;
}
</style>
border-color css
<style>
span { border-color: #E667C1; }
span { border-color: rgb(230,103,193); }
td.TdClassName
{
border-color: #E667C1;
}
.TagClassName
{
border-color: #E667C1;
}
</style>