Shades of Neon Pink #FC5BC8
Tints of Neon Pink #FC5BC8
RGB
CMYK
RGB Variations
Color information
#FC5BC8 (or 0xFC5BC8) is known color: Neon Pink. HEX triplet: FC, 5B and C8. RGB value is (252,91,200). Sum of RGB (Red+Green+Blue) = 252+91+200=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BC8 is #03A437. Grayscale: #979797. Windows color (decimal): -238648 or 13130748. OLE color: 13130748.
HSL color Cylindrical-coordinate representation of color #FC5BC8: hue angle of 319.38º 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 #FC5BC8 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 200 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.01 |
| HSL | 319.38º | 0.96% | 0.67% | - |
| HSV(B) | 319.38º | 0.64% | 0.99% | - |
| XYZ | 54.31 | 32.35 | 58.02 | - |
| YUV | 151.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 200 | 0 | 0.64 | 0.21 | 0.01 | 319.38 | 0.96 | 0.67 |
| Hex | FC | 5B | C8 | 0 | 40 | 15 | 1 | 13F | 60 | 43 |
| Octal | 374 | 133 | 310 | 0 | 100 | 25 | 1 | 477 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11001000 | 0 | 1000000 | 10101 | 1 | 100111111 | 1100000 | 1000011 |
Color Harmonies of #FC5BC8
Complementary color
Monochromatic Colors of #FC5BC8
Black with #FC5BC8
Text Example
Text Example
White with #FC5BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BC8; }
p { color: rgb(252,91,200); }
H1.HeaderClassName
{
color: #FC5BC8;
}
.AnyTagClassName
{
color: #FC5BC8;
}
</style>
background-color css
<style>
a { background-color: #FC5BC8; }
a { background-color: rgb(252,91,200); }
div.DivClassName
{
background-color: #FC5BC8;
}
.BgClassName
{
background-color: #FC5BC8;
}
</style>
border-color css
<style>
span { border-color: #FC5BC8; }
span { border-color: rgb(252,91,200); }
td.TdClassName
{
border-color: #FC5BC8;
}
.TagClassName
{
border-color: #FC5BC8;
}
</style>