Shades of Neon Pink #FE62DB
Tints of Neon Pink #FE62DB
RGB
CMYK
RGB Variations
Color information
#FE62DB (or 0xFE62DB) is known color: Neon Pink. HEX triplet: FE, 62 and DB. RGB value is (254,98,219). Sum of RGB (Red+Green+Blue) = 254+98+219=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62DB is #019D24. Grayscale: #9E9E9E. Windows color (decimal): -105765 or 14377726. OLE color: 14377726.
HSL color Cylindrical-coordinate representation of color #FE62DB: hue angle of 313.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE62DB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 219 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.00 |
| HSL | 313.46º | 0.99% | 0.69% | - |
| HSV(B) | 313.46º | 0.61% | 1% | - |
| XYZ | 58.03 | 34.92 | 70.7 | - |
| YUV | 158.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 219 | 0 | 0.61 | 0.14 | 0.00 | 313.46 | 0.99 | 0.69 |
| Hex | FE | 62 | DB | 0 | 3D | E | 0 | 139 | 63 | 45 |
| Octal | 376 | 142 | 333 | 0 | 75 | 16 | 0 | 471 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11011011 | 0 | 111101 | 1110 | 0 | 100111001 | 1100011 | 1000101 |
Color Harmonies of #FE62DB
Complementary color
Monochromatic Colors of #FE62DB
Black with #FE62DB
Text Example
Text Example
White with #FE62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62DB; }
p { color: rgb(254,98,219); }
H1.HeaderClassName
{
color: #FE62DB;
}
.AnyTagClassName
{
color: #FE62DB;
}
</style>
background-color css
<style>
a { background-color: #FE62DB; }
a { background-color: rgb(254,98,219); }
div.DivClassName
{
background-color: #FE62DB;
}
.BgClassName
{
background-color: #FE62DB;
}
</style>
border-color css
<style>
span { border-color: #FE62DB; }
span { border-color: rgb(254,98,219); }
td.TdClassName
{
border-color: #FE62DB;
}
.TagClassName
{
border-color: #FE62DB;
}
</style>