Shades of Neon Pink #FD57C1
Tints of Neon Pink #FD57C1
RGB
CMYK
RGB Variations
Color information
#FD57C1 (or 0xFD57C1) is known color: Neon Pink. HEX triplet: FD, 57 and C1. RGB value is (253,87,193). Sum of RGB (Red+Green+Blue) = 253+87+193=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD57C1 is #02A83E. Grayscale: #949494. Windows color (decimal): -174143 or 12670973. OLE color: 12670973.
HSL color Cylindrical-coordinate representation of color #FD57C1: hue angle of 321.69º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD57C1 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 193 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.01 |
| HSL | 321.69º | 0.98% | 0.67% | - |
| HSV(B) | 321.69º | 0.66% | 0.99% | - |
| XYZ | 53.54 | 31.55 | 53.72 | - |
| YUV | 148.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 193 | 0 | 0.66 | 0.24 | 0.01 | 321.69 | 0.98 | 0.67 |
| Hex | FD | 57 | C1 | 0 | 42 | 18 | 1 | 142 | 62 | 43 |
| Octal | 375 | 127 | 301 | 0 | 102 | 30 | 1 | 502 | 142 | 103 |
| Binary | 11111101 | 1010111 | 11000001 | 0 | 1000010 | 11000 | 1 | 101000010 | 1100010 | 1000011 |
Color Harmonies of #FD57C1
Complementary color
Monochromatic Colors of #FD57C1
Black with #FD57C1
Text Example
Text Example
White with #FD57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD57C1; }
p { color: rgb(253,87,193); }
H1.HeaderClassName
{
color: #FD57C1;
}
.AnyTagClassName
{
color: #FD57C1;
}
</style>
background-color css
<style>
a { background-color: #FD57C1; }
a { background-color: rgb(253,87,193); }
div.DivClassName
{
background-color: #FD57C1;
}
.BgClassName
{
background-color: #FD57C1;
}
</style>
border-color css
<style>
span { border-color: #FD57C1; }
span { border-color: rgb(253,87,193); }
td.TdClassName
{
border-color: #FD57C1;
}
.TagClassName
{
border-color: #FD57C1;
}
</style>