Shades of Neon Pink #FE6ADB
Tints of Neon Pink #FE6ADB
RGB
CMYK
RGB Variations
Color information
#FE6ADB (or 0xFE6ADB) is known color: Neon Pink. HEX triplet: FE, 6A and DB. RGB value is (254,106,219). Sum of RGB (Red+Green+Blue) = 254+106+219=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ADB is #019524. Grayscale: #A2A2A2. Windows color (decimal): -103717 or 14379774. OLE color: 14379774.
HSL color Cylindrical-coordinate representation of color #FE6ADB: hue angle of 314.19º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6ADB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 219 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.00 |
| HSL | 314.19º | 0.99% | 0.71% | - |
| HSV(B) | 314.19º | 0.58% | 1% | - |
| XYZ | 58.81 | 36.49 | 70.96 | - |
| YUV | 163.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 219 | 0 | 0.58 | 0.14 | 0.00 | 314.19 | 0.99 | 0.71 |
| Hex | FE | 6A | DB | 0 | 3A | E | 0 | 13A | 63 | 47 |
| Octal | 376 | 152 | 333 | 0 | 72 | 16 | 0 | 472 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11011011 | 0 | 111010 | 1110 | 0 | 100111010 | 1100011 | 1000111 |
Color Harmonies of #FE6ADB
Complementary color
Monochromatic Colors of #FE6ADB
Black with #FE6ADB
Text Example
Text Example
White with #FE6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ADB; }
p { color: rgb(254,106,219); }
H1.HeaderClassName
{
color: #FE6ADB;
}
.AnyTagClassName
{
color: #FE6ADB;
}
</style>
background-color css
<style>
a { background-color: #FE6ADB; }
a { background-color: rgb(254,106,219); }
div.DivClassName
{
background-color: #FE6ADB;
}
.BgClassName
{
background-color: #FE6ADB;
}
</style>
border-color css
<style>
span { border-color: #FE6ADB; }
span { border-color: rgb(254,106,219); }
td.TdClassName
{
border-color: #FE6ADB;
}
.TagClassName
{
border-color: #FE6ADB;
}
</style>