Shades of Neon Pink #FD55CE
Tints of Neon Pink #FD55CE
RGB
CMYK
RGB Variations
Color information
#FD55CE (or 0xFD55CE) is known color: Neon Pink. HEX triplet: FD, 55 and CE. RGB value is (253,85,206). Sum of RGB (Red+Green+Blue) = 253+85+206=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55CE is #02AA31. Grayscale: #949494. Windows color (decimal): -174642 or 13522429. OLE color: 13522429.
HSL color Cylindrical-coordinate representation of color #FD55CE: hue angle of 316.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55CE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 206 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.01 |
| HSL | 316.79º | 0.98% | 0.66% | - |
| HSV(B) | 316.79º | 0.66% | 0.99% | - |
| XYZ | 54.9 | 31.84 | 61.64 | - |
| YUV | 149.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 206 | 0 | 0.66 | 0.19 | 0.01 | 316.79 | 0.98 | 0.66 |
| Hex | FD | 55 | CE | 0 | 42 | 13 | 1 | 13D | 62 | 42 |
| Octal | 375 | 125 | 316 | 0 | 102 | 23 | 1 | 475 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11001110 | 0 | 1000010 | 10011 | 1 | 100111101 | 1100010 | 1000010 |
Color Harmonies of #FD55CE
Complementary color
Monochromatic Colors of #FD55CE
Black with #FD55CE
Text Example
Text Example
White with #FD55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55CE; }
p { color: rgb(253,85,206); }
H1.HeaderClassName
{
color: #FD55CE;
}
.AnyTagClassName
{
color: #FD55CE;
}
</style>
background-color css
<style>
a { background-color: #FD55CE; }
a { background-color: rgb(253,85,206); }
div.DivClassName
{
background-color: #FD55CE;
}
.BgClassName
{
background-color: #FD55CE;
}
</style>
border-color css
<style>
span { border-color: #FD55CE; }
span { border-color: rgb(253,85,206); }
td.TdClassName
{
border-color: #FD55CE;
}
.TagClassName
{
border-color: #FD55CE;
}
</style>