Shades of Neon Pink #FD54D1
Tints of Neon Pink #FD54D1
RGB
CMYK
RGB Variations
Color information
#FD54D1 (or 0xFD54D1) is known color: Neon Pink. HEX triplet: FD, 54 and D1. RGB value is (253,84,209). Sum of RGB (Red+Green+Blue) = 253+84+209=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54D1 is #02AB2E. Grayscale: #949494. Windows color (decimal): -174895 or 13718781. OLE color: 13718781.
HSL color Cylindrical-coordinate representation of color #FD54D1: hue angle of 315.62º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54D1 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 209 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.01 |
| HSL | 315.62º | 0.98% | 0.66% | - |
| HSV(B) | 315.62º | 0.67% | 0.99% | - |
| XYZ | 55.19 | 31.83 | 63.56 | - |
| YUV | 148.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 209 | 0 | 0.67 | 0.17 | 0.01 | 315.62 | 0.98 | 0.66 |
| Hex | FD | 54 | D1 | 0 | 43 | 11 | 1 | 13C | 62 | 42 |
| Octal | 375 | 124 | 321 | 0 | 103 | 21 | 1 | 474 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11010001 | 0 | 1000011 | 10001 | 1 | 100111100 | 1100010 | 1000010 |
Color Harmonies of #FD54D1
Complementary color
Monochromatic Colors of #FD54D1
Black with #FD54D1
Text Example
Text Example
White with #FD54D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54D1; }
p { color: rgb(253,84,209); }
H1.HeaderClassName
{
color: #FD54D1;
}
.AnyTagClassName
{
color: #FD54D1;
}
</style>
background-color css
<style>
a { background-color: #FD54D1; }
a { background-color: rgb(253,84,209); }
div.DivClassName
{
background-color: #FD54D1;
}
.BgClassName
{
background-color: #FD54D1;
}
</style>
border-color css
<style>
span { border-color: #FD54D1; }
span { border-color: rgb(253,84,209); }
td.TdClassName
{
border-color: #FD54D1;
}
.TagClassName
{
border-color: #FD54D1;
}
</style>