Shades of Neon Pink #FC5BCE
Tints of Neon Pink #FC5BCE
RGB
CMYK
RGB Variations
Color information
#FC5BCE (or 0xFC5BCE) is known color: Neon Pink. HEX triplet: FC, 5B and CE. RGB value is (252,91,206). Sum of RGB (Red+Green+Blue) = 252+91+206=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BCE is #03A431. Grayscale: #979797. Windows color (decimal): -238642 or 13523964. OLE color: 13523964.
HSL color Cylindrical-coordinate representation of color #FC5BCE: hue angle of 317.14º 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 #FC5BCE is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 206 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.01 |
| HSL | 317.14º | 0.96% | 0.67% | - |
| HSV(B) | 317.14º | 0.64% | 0.99% | - |
| XYZ | 55.03 | 32.63 | 61.79 | - |
| YUV | 152.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 206 | 0 | 0.64 | 0.18 | 0.01 | 317.14 | 0.96 | 0.67 |
| Hex | FC | 5B | CE | 0 | 40 | 12 | 1 | 13D | 60 | 43 |
| Octal | 374 | 133 | 316 | 0 | 100 | 22 | 1 | 475 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11001110 | 0 | 1000000 | 10010 | 1 | 100111101 | 1100000 | 1000011 |
Color Harmonies of #FC5BCE
Complementary color
Monochromatic Colors of #FC5BCE
Black with #FC5BCE
Text Example
Text Example
White with #FC5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BCE; }
p { color: rgb(252,91,206); }
H1.HeaderClassName
{
color: #FC5BCE;
}
.AnyTagClassName
{
color: #FC5BCE;
}
</style>
background-color css
<style>
a { background-color: #FC5BCE; }
a { background-color: rgb(252,91,206); }
div.DivClassName
{
background-color: #FC5BCE;
}
.BgClassName
{
background-color: #FC5BCE;
}
</style>
border-color css
<style>
span { border-color: #FC5BCE; }
span { border-color: rgb(252,91,206); }
td.TdClassName
{
border-color: #FC5BCE;
}
.TagClassName
{
border-color: #FC5BCE;
}
</style>