Shades of Neon Pink #E667BD
Tints of Neon Pink #E667BD
RGB
CMYK
RGB Variations
Color information
#E667BD (or 0xE667BD) is known color: Neon Pink. HEX triplet: E6, 67 and BD. RGB value is (230,103,189). Sum of RGB (Red+Green+Blue) = 230+103+189=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E667BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E667BD is #199842. Grayscale: #969696. Windows color (decimal): -1677379 or 12412902. OLE color: 12412902.
HSL color Cylindrical-coordinate representation of color #E667BD: hue angle of 319.37º 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 #E667BD is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 189 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.10 |
| HSL | 319.37º | 0.72% | 0.65% | - |
| HSV(B) | 319.37º | 0.55% | 0.9% | - |
| XYZ | 46.67 | 30.2 | 51.51 | - |
| YUV | 150.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 189 | 0 | 0.55 | 0.18 | 0.10 | 319.37 | 0.72 | 0.65 |
| Hex | E6 | 67 | BD | 0 | 37 | 12 | A | 13F | 48 | 41 |
| Octal | 346 | 147 | 275 | 0 | 67 | 22 | 12 | 477 | 110 | 101 |
| Binary | 11100110 | 1100111 | 10111101 | 0 | 110111 | 10010 | 1010 | 100111111 | 1001000 | 1000001 |
Color Harmonies of #E667BD
Complementary color
Monochromatic Colors of #E667BD
Black with #E667BD
Text Example
Text Example
White with #E667BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E667BD; }
p { color: rgb(230,103,189); }
H1.HeaderClassName
{
color: #E667BD;
}
.AnyTagClassName
{
color: #E667BD;
}
</style>
background-color css
<style>
a { background-color: #E667BD; }
a { background-color: rgb(230,103,189); }
div.DivClassName
{
background-color: #E667BD;
}
.BgClassName
{
background-color: #E667BD;
}
</style>
border-color css
<style>
span { border-color: #E667BD; }
span { border-color: rgb(230,103,189); }
td.TdClassName
{
border-color: #E667BD;
}
.TagClassName
{
border-color: #E667BD;
}
</style>