Shades of Neon Pink #FD51C2
Tints of Neon Pink #FD51C2
RGB
CMYK
RGB Variations
Color information
#FD51C2 (or 0xFD51C2) is known color: Neon Pink. HEX triplet: FD, 51 and C2. RGB value is (253,81,194). Sum of RGB (Red+Green+Blue) = 253+81+194=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51C2 is #02AE3D. Grayscale: #919191. Windows color (decimal): -175678 or 12734973. OLE color: 12734973.
HSL color Cylindrical-coordinate representation of color #FD51C2: hue angle of 320.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51C2 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 194 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.01 |
| HSL | 320.58º | 0.98% | 0.65% | - |
| HSV(B) | 320.58º | 0.68% | 0.99% | - |
| XYZ | 53.19 | 30.66 | 54.15 | - |
| YUV | 145.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 194 | 0 | 0.68 | 0.23 | 0.01 | 320.58 | 0.98 | 0.65 |
| Hex | FD | 51 | C2 | 0 | 44 | 17 | 1 | 141 | 62 | 41 |
| Octal | 375 | 121 | 302 | 0 | 104 | 27 | 1 | 501 | 142 | 101 |
| Binary | 11111101 | 1010001 | 11000010 | 0 | 1000100 | 10111 | 1 | 101000001 | 1100010 | 1000001 |
Color Harmonies of #FD51C2
Complementary color
Monochromatic Colors of #FD51C2
Black with #FD51C2
Text Example
Text Example
White with #FD51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD51C2; }
p { color: rgb(253,81,194); }
H1.HeaderClassName
{
color: #FD51C2;
}
.AnyTagClassName
{
color: #FD51C2;
}
</style>
background-color css
<style>
a { background-color: #FD51C2; }
a { background-color: rgb(253,81,194); }
div.DivClassName
{
background-color: #FD51C2;
}
.BgClassName
{
background-color: #FD51C2;
}
</style>
border-color css
<style>
span { border-color: #FD51C2; }
span { border-color: rgb(253,81,194); }
td.TdClassName
{
border-color: #FD51C2;
}
.TagClassName
{
border-color: #FD51C2;
}
</style>