Shades of Neon Pink #FD54C2
Tints of Neon Pink #FD54C2
RGB
CMYK
RGB Variations
Color information
#FD54C2 (or 0xFD54C2) is known color: Neon Pink. HEX triplet: FD, 54 and C2. RGB value is (253,84,194). Sum of RGB (Red+Green+Blue) = 253+84+194=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54C2 is #02AB3D. Grayscale: #929292. Windows color (decimal): -174910 or 12735741. OLE color: 12735741.
HSL color Cylindrical-coordinate representation of color #FD54C2: hue angle of 320.95º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54C2 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 194 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.01 |
| HSL | 320.95º | 0.98% | 0.66% | - |
| HSV(B) | 320.95º | 0.67% | 0.99% | - |
| XYZ | 53.42 | 31.12 | 54.23 | - |
| YUV | 147.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 194 | 0 | 0.67 | 0.23 | 0.01 | 320.95 | 0.98 | 0.66 |
| Hex | FD | 54 | C2 | 0 | 43 | 17 | 1 | 141 | 62 | 42 |
| Octal | 375 | 124 | 302 | 0 | 103 | 27 | 1 | 501 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11000010 | 0 | 1000011 | 10111 | 1 | 101000001 | 1100010 | 1000010 |
Color Harmonies of #FD54C2
Complementary color
Monochromatic Colors of #FD54C2
Black with #FD54C2
Text Example
Text Example
White with #FD54C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54C2; }
p { color: rgb(253,84,194); }
H1.HeaderClassName
{
color: #FD54C2;
}
.AnyTagClassName
{
color: #FD54C2;
}
</style>
background-color css
<style>
a { background-color: #FD54C2; }
a { background-color: rgb(253,84,194); }
div.DivClassName
{
background-color: #FD54C2;
}
.BgClassName
{
background-color: #FD54C2;
}
</style>
border-color css
<style>
span { border-color: #FD54C2; }
span { border-color: rgb(253,84,194); }
td.TdClassName
{
border-color: #FD54C2;
}
.TagClassName
{
border-color: #FD54C2;
}
</style>