Shades of Neon Pink #FD54CE
Tints of Neon Pink #FD54CE
RGB
CMYK
RGB Variations
Color information
#FD54CE (or 0xFD54CE) is known color: Neon Pink. HEX triplet: FD, 54 and CE. RGB value is (253,84,206). Sum of RGB (Red+Green+Blue) = 253+84+206=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54CE is #02AB31. Grayscale: #949494. Windows color (decimal): -174898 or 13522173. OLE color: 13522173.
HSL color Cylindrical-coordinate representation of color #FD54CE: hue angle of 316.69º 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 #FD54CE is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 206 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.01 |
| HSL | 316.69º | 0.98% | 0.66% | - |
| HSV(B) | 316.69º | 0.67% | 0.99% | - |
| XYZ | 54.82 | 31.68 | 61.62 | - |
| YUV | 148.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 206 | 0 | 0.67 | 0.19 | 0.01 | 316.69 | 0.98 | 0.66 |
| Hex | FD | 54 | CE | 0 | 43 | 13 | 1 | 13D | 62 | 42 |
| Octal | 375 | 124 | 316 | 0 | 103 | 23 | 1 | 475 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11001110 | 0 | 1000011 | 10011 | 1 | 100111101 | 1100010 | 1000010 |
Color Harmonies of #FD54CE
Complementary color
Monochromatic Colors of #FD54CE
Black with #FD54CE
Text Example
Text Example
White with #FD54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54CE; }
p { color: rgb(253,84,206); }
H1.HeaderClassName
{
color: #FD54CE;
}
.AnyTagClassName
{
color: #FD54CE;
}
</style>
background-color css
<style>
a { background-color: #FD54CE; }
a { background-color: rgb(253,84,206); }
div.DivClassName
{
background-color: #FD54CE;
}
.BgClassName
{
background-color: #FD54CE;
}
</style>
border-color css
<style>
span { border-color: #FD54CE; }
span { border-color: rgb(253,84,206); }
td.TdClassName
{
border-color: #FD54CE;
}
.TagClassName
{
border-color: #FD54CE;
}
</style>