Shades of Neon Pink #FC53C1
Tints of Neon Pink #FC53C1
RGB
CMYK
RGB Variations
Color information
#FC53C1 (or 0xFC53C1) is known color: Neon Pink. HEX triplet: FC, 53 and C1. RGB value is (252,83,193). Sum of RGB (Red+Green+Blue) = 252+83+193=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53C1 is #03AC3E. Grayscale: #919191. Windows color (decimal): -240703 or 12669948. OLE color: 12669948.
HSL color Cylindrical-coordinate representation of color #FC53C1: hue angle of 320.95º 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 #FC53C1 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 193 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.01 |
| HSL | 320.95º | 0.97% | 0.66% | - |
| HSV(B) | 320.95º | 0.67% | 0.99% | - |
| XYZ | 52.86 | 30.73 | 53.6 | - |
| YUV | 146.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 193 | 0 | 0.67 | 0.23 | 0.01 | 320.95 | 0.97 | 0.66 |
| Hex | FC | 53 | C1 | 0 | 43 | 17 | 1 | 141 | 61 | 42 |
| Octal | 374 | 123 | 301 | 0 | 103 | 27 | 1 | 501 | 141 | 102 |
| Binary | 11111100 | 1010011 | 11000001 | 0 | 1000011 | 10111 | 1 | 101000001 | 1100001 | 1000010 |
Color Harmonies of #FC53C1
Complementary color
Monochromatic Colors of #FC53C1
Black with #FC53C1
Text Example
Text Example
White with #FC53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53C1; }
p { color: rgb(252,83,193); }
H1.HeaderClassName
{
color: #FC53C1;
}
.AnyTagClassName
{
color: #FC53C1;
}
</style>
background-color css
<style>
a { background-color: #FC53C1; }
a { background-color: rgb(252,83,193); }
div.DivClassName
{
background-color: #FC53C1;
}
.BgClassName
{
background-color: #FC53C1;
}
</style>
border-color css
<style>
span { border-color: #FC53C1; }
span { border-color: rgb(252,83,193); }
td.TdClassName
{
border-color: #FC53C1;
}
.TagClassName
{
border-color: #FC53C1;
}
</style>