Shades of Neon Pink #FD55C1
Tints of Neon Pink #FD55C1
RGB
CMYK
RGB Variations
Color information
#FD55C1 (or 0xFD55C1) is known color: Neon Pink. HEX triplet: FD, 55 and C1. RGB value is (253,85,193). Sum of RGB (Red+Green+Blue) = 253+85+193=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55C1 is #02AA3E. Grayscale: #939393. Windows color (decimal): -174655 or 12670461. OLE color: 12670461.
HSL color Cylindrical-coordinate representation of color #FD55C1: hue angle of 321.43º 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 #FD55C1 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 193 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.01 |
| HSL | 321.43º | 0.98% | 0.66% | - |
| HSV(B) | 321.43º | 0.66% | 0.99% | - |
| XYZ | 53.38 | 31.23 | 53.67 | - |
| YUV | 147.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 193 | 0 | 0.66 | 0.24 | 0.01 | 321.43 | 0.98 | 0.66 |
| Hex | FD | 55 | C1 | 0 | 42 | 18 | 1 | 141 | 62 | 42 |
| Octal | 375 | 125 | 301 | 0 | 102 | 30 | 1 | 501 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11000001 | 0 | 1000010 | 11000 | 1 | 101000001 | 1100010 | 1000010 |
Color Harmonies of #FD55C1
Complementary color
Monochromatic Colors of #FD55C1
Black with #FD55C1
Text Example
Text Example
White with #FD55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55C1; }
p { color: rgb(253,85,193); }
H1.HeaderClassName
{
color: #FD55C1;
}
.AnyTagClassName
{
color: #FD55C1;
}
</style>
background-color css
<style>
a { background-color: #FD55C1; }
a { background-color: rgb(253,85,193); }
div.DivClassName
{
background-color: #FD55C1;
}
.BgClassName
{
background-color: #FD55C1;
}
</style>
border-color css
<style>
span { border-color: #FD55C1; }
span { border-color: rgb(253,85,193); }
td.TdClassName
{
border-color: #FD55C1;
}
.TagClassName
{
border-color: #FD55C1;
}
</style>