Shades of Neon Pink #FC52C2
Tints of Neon Pink #FC52C2
RGB
CMYK
RGB Variations
Color information
#FC52C2 (or 0xFC52C2) is known color: Neon Pink. HEX triplet: FC, 52 and C2. RGB value is (252,82,194). Sum of RGB (Red+Green+Blue) = 252+82+194=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52C2 is #03AD3D. Grayscale: #919191. Windows color (decimal): -240958 or 12735228. OLE color: 12735228.
HSL color Cylindrical-coordinate representation of color #FC52C2: hue angle of 320.47º 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 #FC52C2 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 194 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.01 |
| HSL | 320.47º | 0.97% | 0.65% | - |
| HSV(B) | 320.47º | 0.67% | 0.99% | - |
| XYZ | 52.9 | 30.63 | 54.16 | - |
| YUV | 145.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 194 | 0 | 0.67 | 0.23 | 0.01 | 320.47 | 0.97 | 0.65 |
| Hex | FC | 52 | C2 | 0 | 43 | 17 | 1 | 140 | 61 | 41 |
| Octal | 374 | 122 | 302 | 0 | 103 | 27 | 1 | 500 | 141 | 101 |
| Binary | 11111100 | 1010010 | 11000010 | 0 | 1000011 | 10111 | 1 | 101000000 | 1100001 | 1000001 |
Color Harmonies of #FC52C2
Complementary color
Monochromatic Colors of #FC52C2
Black with #FC52C2
Text Example
Text Example
White with #FC52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52C2; }
p { color: rgb(252,82,194); }
H1.HeaderClassName
{
color: #FC52C2;
}
.AnyTagClassName
{
color: #FC52C2;
}
</style>
background-color css
<style>
a { background-color: #FC52C2; }
a { background-color: rgb(252,82,194); }
div.DivClassName
{
background-color: #FC52C2;
}
.BgClassName
{
background-color: #FC52C2;
}
</style>
border-color css
<style>
span { border-color: #FC52C2; }
span { border-color: rgb(252,82,194); }
td.TdClassName
{
border-color: #FC52C2;
}
.TagClassName
{
border-color: #FC52C2;
}
</style>