Shades of Neon Pink #FC53C6
Tints of Neon Pink #FC53C6
RGB
CMYK
RGB Variations
Color information
#FC53C6 (or 0xFC53C6) is known color: Neon Pink. HEX triplet: FC, 53 and C6. RGB value is (252,83,198). Sum of RGB (Red+Green+Blue) = 252+83+198=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53C6 is #03AC39. Grayscale: #929292. Windows color (decimal): -240698 or 12997628. OLE color: 12997628.
HSL color Cylindrical-coordinate representation of color #FC53C6: hue angle of 319.17º degrees, saturation: 0.97, 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 #FC53C6 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 198 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.01 |
| HSL | 319.17º | 0.97% | 0.66% | - |
| HSV(B) | 319.17º | 0.67% | 0.99% | - |
| XYZ | 53.43 | 30.96 | 56.59 | - |
| YUV | 146.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 198 | 0 | 0.67 | 0.21 | 0.01 | 319.17 | 0.97 | 0.66 |
| Hex | FC | 53 | C6 | 0 | 43 | 15 | 1 | 13F | 61 | 42 |
| Octal | 374 | 123 | 306 | 0 | 103 | 25 | 1 | 477 | 141 | 102 |
| Binary | 11111100 | 1010011 | 11000110 | 0 | 1000011 | 10101 | 1 | 100111111 | 1100001 | 1000010 |
Color Harmonies of #FC53C6
Complementary color
Monochromatic Colors of #FC53C6
Black with #FC53C6
Text Example
Text Example
White with #FC53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53C6; }
p { color: rgb(252,83,198); }
H1.HeaderClassName
{
color: #FC53C6;
}
.AnyTagClassName
{
color: #FC53C6;
}
</style>
background-color css
<style>
a { background-color: #FC53C6; }
a { background-color: rgb(252,83,198); }
div.DivClassName
{
background-color: #FC53C6;
}
.BgClassName
{
background-color: #FC53C6;
}
</style>
border-color css
<style>
span { border-color: #FC53C6; }
span { border-color: rgb(252,83,198); }
td.TdClassName
{
border-color: #FC53C6;
}
.TagClassName
{
border-color: #FC53C6;
}
</style>