Shades of Neon Pink #FC5BCB
Tints of Neon Pink #FC5BCB
RGB
CMYK
RGB Variations
Color information
#FC5BCB (or 0xFC5BCB) is known color: Neon Pink. HEX triplet: FC, 5B and CB. RGB value is (252,91,203). Sum of RGB (Red+Green+Blue) = 252+91+203=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BCB is #03A434. Grayscale: #979797. Windows color (decimal): -238645 or 13327356. OLE color: 13327356.
HSL color Cylindrical-coordinate representation of color #FC5BCB: hue angle of 318.26º 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 #FC5BCB is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 203 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 318.26º | 0.96% | 0.67% | - |
| HSV(B) | 318.26º | 0.64% | 0.99% | - |
| XYZ | 54.67 | 32.49 | 59.89 | - |
| YUV | 151.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 203 | 0 | 0.64 | 0.19 | 0.01 | 318.26 | 0.96 | 0.67 |
| Hex | FC | 5B | CB | 0 | 40 | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 133 | 313 | 0 | 100 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11001011 | 0 | 1000000 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC5BCB
Complementary color
Monochromatic Colors of #FC5BCB
Black with #FC5BCB
Text Example
Text Example
White with #FC5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BCB; }
p { color: rgb(252,91,203); }
H1.HeaderClassName
{
color: #FC5BCB;
}
.AnyTagClassName
{
color: #FC5BCB;
}
</style>
background-color css
<style>
a { background-color: #FC5BCB; }
a { background-color: rgb(252,91,203); }
div.DivClassName
{
background-color: #FC5BCB;
}
.BgClassName
{
background-color: #FC5BCB;
}
</style>
border-color css
<style>
span { border-color: #FC5BCB; }
span { border-color: rgb(252,91,203); }
td.TdClassName
{
border-color: #FC5BCB;
}
.TagClassName
{
border-color: #FC5BCB;
}
</style>