Shades of Neon Pink #FC52C3
Tints of Neon Pink #FC52C3
RGB
CMYK
RGB Variations
Color information
#FC52C3 (or 0xFC52C3) is known color: Neon Pink. HEX triplet: FC, 52 and C3. RGB value is (252,82,195). Sum of RGB (Red+Green+Blue) = 252+82+195=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52C3 is #03AD3C. Grayscale: #919191. Windows color (decimal): -240957 or 12800764. OLE color: 12800764.
HSL color Cylindrical-coordinate representation of color #FC52C3: hue angle of 320.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52C3 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 195 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.01 |
| HSL | 320.12º | 0.97% | 0.65% | - |
| HSV(B) | 320.12º | 0.67% | 0.99% | - |
| XYZ | 53.01 | 30.67 | 54.76 | - |
| YUV | 145.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 195 | 0 | 0.67 | 0.23 | 0.01 | 320.12 | 0.97 | 0.65 |
| Hex | FC | 52 | C3 | 0 | 43 | 17 | 1 | 140 | 61 | 41 |
| Octal | 374 | 122 | 303 | 0 | 103 | 27 | 1 | 500 | 141 | 101 |
| Binary | 11111100 | 1010010 | 11000011 | 0 | 1000011 | 10111 | 1 | 101000000 | 1100001 | 1000001 |
Color Harmonies of #FC52C3
Complementary color
Monochromatic Colors of #FC52C3
Black with #FC52C3
Text Example
Text Example
White with #FC52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52C3; }
p { color: rgb(252,82,195); }
H1.HeaderClassName
{
color: #FC52C3;
}
.AnyTagClassName
{
color: #FC52C3;
}
</style>
background-color css
<style>
a { background-color: #FC52C3; }
a { background-color: rgb(252,82,195); }
div.DivClassName
{
background-color: #FC52C3;
}
.BgClassName
{
background-color: #FC52C3;
}
</style>
border-color css
<style>
span { border-color: #FC52C3; }
span { border-color: rgb(252,82,195); }
td.TdClassName
{
border-color: #FC52C3;
}
.TagClassName
{
border-color: #FC52C3;
}
</style>