Shades of Neon Pink #FC5BC1
Tints of Neon Pink #FC5BC1
RGB
CMYK
RGB Variations
Color information
#FC5BC1 (or 0xFC5BC1) is known color: Neon Pink. HEX triplet: FC, 5B and C1. RGB value is (252,91,193). Sum of RGB (Red+Green+Blue) = 252+91+193=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BC1 is #03A43E. Grayscale: #969696. Windows color (decimal): -238655 or 12671996. OLE color: 12671996.
HSL color Cylindrical-coordinate representation of color #FC5BC1: hue angle of 321.99º 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 #FC5BC1 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 193 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.01 |
| HSL | 321.99º | 0.96% | 0.67% | - |
| HSV(B) | 321.99º | 0.64% | 0.99% | - |
| XYZ | 53.51 | 32.03 | 53.81 | - |
| YUV | 150.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 193 | 0 | 0.64 | 0.23 | 0.01 | 321.99 | 0.96 | 0.67 |
| Hex | FC | 5B | C1 | 0 | 40 | 17 | 1 | 142 | 60 | 43 |
| Octal | 374 | 133 | 301 | 0 | 100 | 27 | 1 | 502 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11000001 | 0 | 1000000 | 10111 | 1 | 101000010 | 1100000 | 1000011 |
Color Harmonies of #FC5BC1
Complementary color
Monochromatic Colors of #FC5BC1
Black with #FC5BC1
Text Example
Text Example
White with #FC5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BC1; }
p { color: rgb(252,91,193); }
H1.HeaderClassName
{
color: #FC5BC1;
}
.AnyTagClassName
{
color: #FC5BC1;
}
</style>
background-color css
<style>
a { background-color: #FC5BC1; }
a { background-color: rgb(252,91,193); }
div.DivClassName
{
background-color: #FC5BC1;
}
.BgClassName
{
background-color: #FC5BC1;
}
</style>
border-color css
<style>
span { border-color: #FC5BC1; }
span { border-color: rgb(252,91,193); }
td.TdClassName
{
border-color: #FC5BC1;
}
.TagClassName
{
border-color: #FC5BC1;
}
</style>