Shades of Neon Pink #FF6EDB
Tints of Neon Pink #FF6EDB
RGB
CMYK
RGB Variations
Color information
#FF6EDB (or 0xFF6EDB) is known color: Neon Pink. HEX triplet: FF, 6E and DB. RGB value is (255,110,219). Sum of RGB (Red+Green+Blue) = 255+110+219=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EDB is #009124. Grayscale: #A5A5A5. Windows color (decimal): -37157 or 14380799. OLE color: 14380799.
HSL color Cylindrical-coordinate representation of color #FF6EDB: hue angle of 314.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6EDB is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 219 | - |
| CMYK | 0 | 0.57 | 0.14 | 0 |
| HSL | 314.9º | 1% | 0.72% | - |
| HSV(B) | 314.9º | 0.57% | 1% | - |
| XYZ | 59.6 | 37.53 | 71.12 | - |
| YUV | 165.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 219 | 0 | 0.57 | 0.14 | 0 | 314.9 | 1 | 0.72 |
| Hex | FF | 6E | DB | 0 | 39 | E | 0 | 13B | 64 | 48 |
| Octal | 377 | 156 | 333 | 0 | 71 | 16 | 0 | 473 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11011011 | 0 | 111001 | 1110 | 0 | 100111011 | 1100100 | 1001000 |
Color Harmonies of #FF6EDB
Complementary color
Monochromatic Colors of #FF6EDB
Black with #FF6EDB
Text Example
Text Example
White with #FF6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EDB; }
p { color: rgb(255,110,219); }
H1.HeaderClassName
{
color: #FF6EDB;
}
.AnyTagClassName
{
color: #FF6EDB;
}
</style>
background-color css
<style>
a { background-color: #FF6EDB; }
a { background-color: rgb(255,110,219); }
div.DivClassName
{
background-color: #FF6EDB;
}
.BgClassName
{
background-color: #FF6EDB;
}
</style>
border-color css
<style>
span { border-color: #FF6EDB; }
span { border-color: rgb(255,110,219); }
td.TdClassName
{
border-color: #FF6EDB;
}
.TagClassName
{
border-color: #FF6EDB;
}
</style>