Shades of Neon Pink #FE70DB
Tints of Neon Pink #FE70DB
RGB
CMYK
RGB Variations
Color information
#FE70DB (or 0xFE70DB) is known color: Neon Pink. HEX triplet: FE, 70 and DB. RGB value is (254,112,219). Sum of RGB (Red+Green+Blue) = 254+112+219=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70DB is #018F24. Grayscale: #A6A6A6. Windows color (decimal): -102181 or 14381310. OLE color: 14381310.
HSL color Cylindrical-coordinate representation of color #FE70DB: hue angle of 314.79º 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 #FE70DB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 219 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.00 |
| HSL | 314.79º | 0.99% | 0.72% | - |
| HSV(B) | 314.79º | 0.56% | 1% | - |
| XYZ | 59.45 | 37.77 | 71.18 | - |
| YUV | 166.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 219 | 0 | 0.56 | 0.14 | 0.00 | 314.79 | 0.99 | 0.72 |
| Hex | FE | 70 | DB | 0 | 38 | E | 0 | 13B | 63 | 48 |
| Octal | 376 | 160 | 333 | 0 | 70 | 16 | 0 | 473 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11011011 | 0 | 111000 | 1110 | 0 | 100111011 | 1100011 | 1001000 |
Color Harmonies of #FE70DB
Complementary color
Monochromatic Colors of #FE70DB
Black with #FE70DB
Text Example
Text Example
White with #FE70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70DB; }
p { color: rgb(254,112,219); }
H1.HeaderClassName
{
color: #FE70DB;
}
.AnyTagClassName
{
color: #FE70DB;
}
</style>
background-color css
<style>
a { background-color: #FE70DB; }
a { background-color: rgb(254,112,219); }
div.DivClassName
{
background-color: #FE70DB;
}
.BgClassName
{
background-color: #FE70DB;
}
</style>
border-color css
<style>
span { border-color: #FE70DB; }
span { border-color: rgb(254,112,219); }
td.TdClassName
{
border-color: #FE70DB;
}
.TagClassName
{
border-color: #FE70DB;
}
</style>