Shades of Neon Pink #FE5AD0
Tints of Neon Pink #FE5AD0
RGB
CMYK
RGB Variations
Color information
#FE5AD0 (or 0xFE5AD0) is known color: Neon Pink. HEX triplet: FE, 5A and D0. RGB value is (254,90,208). Sum of RGB (Red+Green+Blue) = 254+90+208=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AD0 is #01A52F. Grayscale: #989898. Windows color (decimal): -107824 or 13654782. OLE color: 13654782.
HSL color Cylindrical-coordinate representation of color #FE5AD0: hue angle of 316.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AD0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 208 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.00 |
| HSL | 316.83º | 0.99% | 0.67% | - |
| HSV(B) | 316.83º | 0.65% | 1% | - |
| XYZ | 55.91 | 32.94 | 63.09 | - |
| YUV | 152.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 208 | 0 | 0.65 | 0.18 | 0.00 | 316.83 | 0.99 | 0.67 |
| Hex | FE | 5A | D0 | 0 | 41 | 12 | 0 | 13D | 63 | 43 |
| Octal | 376 | 132 | 320 | 0 | 101 | 22 | 0 | 475 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11010000 | 0 | 1000001 | 10010 | 0 | 100111101 | 1100011 | 1000011 |
Color Harmonies of #FE5AD0
Complementary color
Monochromatic Colors of #FE5AD0
Black with #FE5AD0
Text Example
Text Example
White with #FE5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AD0; }
p { color: rgb(254,90,208); }
H1.HeaderClassName
{
color: #FE5AD0;
}
.AnyTagClassName
{
color: #FE5AD0;
}
</style>
background-color css
<style>
a { background-color: #FE5AD0; }
a { background-color: rgb(254,90,208); }
div.DivClassName
{
background-color: #FE5AD0;
}
.BgClassName
{
background-color: #FE5AD0;
}
</style>
border-color css
<style>
span { border-color: #FE5AD0; }
span { border-color: rgb(254,90,208); }
td.TdClassName
{
border-color: #FE5AD0;
}
.TagClassName
{
border-color: #FE5AD0;
}
</style>