Shades of Neon Pink #FD55D0
Tints of Neon Pink #FD55D0
RGB
CMYK
RGB Variations
Color information
#FD55D0 (or 0xFD55D0) is known color: Neon Pink. HEX triplet: FD, 55 and D0. RGB value is (253,85,208). Sum of RGB (Red+Green+Blue) = 253+85+208=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55D0 is #02AA2F. Grayscale: #949494. Windows color (decimal): -174640 or 13653501. OLE color: 13653501.
HSL color Cylindrical-coordinate representation of color #FD55D0: hue angle of 316.07º 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 #FD55D0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 208 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.01 |
| HSL | 316.07º | 0.98% | 0.66% | - |
| HSV(B) | 316.07º | 0.66% | 0.99% | - |
| XYZ | 55.14 | 31.93 | 62.93 | - |
| YUV | 149.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 208 | 0 | 0.66 | 0.18 | 0.01 | 316.07 | 0.98 | 0.66 |
| Hex | FD | 55 | D0 | 0 | 42 | 12 | 1 | 13C | 62 | 42 |
| Octal | 375 | 125 | 320 | 0 | 102 | 22 | 1 | 474 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11010000 | 0 | 1000010 | 10010 | 1 | 100111100 | 1100010 | 1000010 |
Color Harmonies of #FD55D0
Complementary color
Monochromatic Colors of #FD55D0
Black with #FD55D0
Text Example
Text Example
White with #FD55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55D0; }
p { color: rgb(253,85,208); }
H1.HeaderClassName
{
color: #FD55D0;
}
.AnyTagClassName
{
color: #FD55D0;
}
</style>
background-color css
<style>
a { background-color: #FD55D0; }
a { background-color: rgb(253,85,208); }
div.DivClassName
{
background-color: #FD55D0;
}
.BgClassName
{
background-color: #FD55D0;
}
</style>
border-color css
<style>
span { border-color: #FD55D0; }
span { border-color: rgb(253,85,208); }
td.TdClassName
{
border-color: #FD55D0;
}
.TagClassName
{
border-color: #FD55D0;
}
</style>