Shades of Neon Pink #FC5BC2
Tints of Neon Pink #FC5BC2
RGB
CMYK
RGB Variations
Color information
#FC5BC2 (or 0xFC5BC2) is known color: Neon Pink. HEX triplet: FC, 5B and C2. RGB value is (252,91,194). Sum of RGB (Red+Green+Blue) = 252+91+194=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BC2 is #03A43D. Grayscale: #969696. Windows color (decimal): -238654 or 12737532. OLE color: 12737532.
HSL color Cylindrical-coordinate representation of color #FC5BC2: hue angle of 321.61º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BC2 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 194 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.01 |
| HSL | 321.61º | 0.96% | 0.67% | - |
| HSV(B) | 321.61º | 0.64% | 0.99% | - |
| XYZ | 53.62 | 32.07 | 54.4 | - |
| YUV | 150.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 194 | 0 | 0.64 | 0.23 | 0.01 | 321.61 | 0.96 | 0.67 |
| Hex | FC | 5B | C2 | 0 | 40 | 17 | 1 | 142 | 60 | 43 |
| Octal | 374 | 133 | 302 | 0 | 100 | 27 | 1 | 502 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11000010 | 0 | 1000000 | 10111 | 1 | 101000010 | 1100000 | 1000011 |
Color Harmonies of #FC5BC2
Complementary color
Monochromatic Colors of #FC5BC2
Black with #FC5BC2
Text Example
Text Example
White with #FC5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BC2; }
p { color: rgb(252,91,194); }
H1.HeaderClassName
{
color: #FC5BC2;
}
.AnyTagClassName
{
color: #FC5BC2;
}
</style>
background-color css
<style>
a { background-color: #FC5BC2; }
a { background-color: rgb(252,91,194); }
div.DivClassName
{
background-color: #FC5BC2;
}
.BgClassName
{
background-color: #FC5BC2;
}
</style>
border-color css
<style>
span { border-color: #FC5BC2; }
span { border-color: rgb(252,91,194); }
td.TdClassName
{
border-color: #FC5BC2;
}
.TagClassName
{
border-color: #FC5BC2;
}
</style>