Shades of Neon Pink #FE53D0
Tints of Neon Pink #FE53D0
RGB
CMYK
RGB Variations
Color information
#FE53D0 (or 0xFE53D0) is known color: Neon Pink. HEX triplet: FE, 53 and D0. RGB value is (254,83,208). Sum of RGB (Red+Green+Blue) = 254+83+208=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53D0 is #01AC2F. Grayscale: #949494. Windows color (decimal): -109616 or 13652990. OLE color: 13652990.
HSL color Cylindrical-coordinate representation of color #FE53D0: hue angle of 316.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53D0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 208 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.00 |
| HSL | 316.14º | 0.99% | 0.66% | - |
| HSV(B) | 316.14º | 0.67% | 1% | - |
| XYZ | 55.35 | 31.81 | 62.9 | - |
| YUV | 148.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 208 | 0 | 0.67 | 0.18 | 0.00 | 316.14 | 0.99 | 0.66 |
| Hex | FE | 53 | D0 | 0 | 43 | 12 | 0 | 13C | 63 | 42 |
| Octal | 376 | 123 | 320 | 0 | 103 | 22 | 0 | 474 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11010000 | 0 | 1000011 | 10010 | 0 | 100111100 | 1100011 | 1000010 |
Color Harmonies of #FE53D0
Complementary color
Monochromatic Colors of #FE53D0
Black with #FE53D0
Text Example
Text Example
White with #FE53D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53D0; }
p { color: rgb(254,83,208); }
H1.HeaderClassName
{
color: #FE53D0;
}
.AnyTagClassName
{
color: #FE53D0;
}
</style>
background-color css
<style>
a { background-color: #FE53D0; }
a { background-color: rgb(254,83,208); }
div.DivClassName
{
background-color: #FE53D0;
}
.BgClassName
{
background-color: #FE53D0;
}
</style>
border-color css
<style>
span { border-color: #FE53D0; }
span { border-color: rgb(254,83,208); }
td.TdClassName
{
border-color: #FE53D0;
}
.TagClassName
{
border-color: #FE53D0;
}
</style>