Shades of Neon Pink #FE6FDB
Tints of Neon Pink #FE6FDB
RGB
CMYK
RGB Variations
Color information
#FE6FDB (or 0xFE6FDB) is known color: Neon Pink. HEX triplet: FE, 6F and DB. RGB value is (254,111,219). Sum of RGB (Red+Green+Blue) = 254+111+219=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDB is #019024. Grayscale: #A5A5A5. Windows color (decimal): -102437 or 14381054. OLE color: 14381054.
HSL color Cylindrical-coordinate representation of color #FE6FDB: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FDB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 219 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.00 |
| HSL | 314.69º | 0.99% | 0.72% | - |
| HSV(B) | 314.69º | 0.56% | 1% | - |
| XYZ | 59.34 | 37.55 | 71.14 | - |
| YUV | 166.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 219 | 0 | 0.56 | 0.14 | 0.00 | 314.69 | 0.99 | 0.72 |
| Hex | FE | 6F | DB | 0 | 38 | E | 0 | 13B | 63 | 48 |
| Octal | 376 | 157 | 333 | 0 | 70 | 16 | 0 | 473 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11011011 | 0 | 111000 | 1110 | 0 | 100111011 | 1100011 | 1001000 |
Color Harmonies of #FE6FDB
Complementary color
Monochromatic Colors of #FE6FDB
Black with #FE6FDB
Text Example
Text Example
White with #FE6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FDB; }
p { color: rgb(254,111,219); }
H1.HeaderClassName
{
color: #FE6FDB;
}
.AnyTagClassName
{
color: #FE6FDB;
}
</style>
background-color css
<style>
a { background-color: #FE6FDB; }
a { background-color: rgb(254,111,219); }
div.DivClassName
{
background-color: #FE6FDB;
}
.BgClassName
{
background-color: #FE6FDB;
}
</style>
border-color css
<style>
span { border-color: #FE6FDB; }
span { border-color: rgb(254,111,219); }
td.TdClassName
{
border-color: #FE6FDB;
}
.TagClassName
{
border-color: #FE6FDB;
}
</style>