Shades of Neon Pink #FC5CCB
Tints of Neon Pink #FC5CCB
RGB
CMYK
RGB Variations
Color information
#FC5CCB (or 0xFC5CCB) is known color: Neon Pink. HEX triplet: FC, 5C and CB. RGB value is (252,92,203). Sum of RGB (Red+Green+Blue) = 252+92+203=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CCB is #03A334. Grayscale: #989898. Windows color (decimal): -238389 or 13327612. OLE color: 13327612.
HSL color Cylindrical-coordinate representation of color #FC5CCB: hue angle of 318.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CCB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 203 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.01 |
| HSL | 318.38º | 0.96% | 0.67% | - |
| HSV(B) | 318.38º | 0.63% | 0.99% | - |
| XYZ | 54.75 | 32.66 | 59.92 | - |
| YUV | 152.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 203 | 0 | 0.63 | 0.19 | 0.01 | 318.38 | 0.96 | 0.67 |
| Hex | FC | 5C | CB | 0 | 3F | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 134 | 313 | 0 | 77 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11001011 | 0 | 111111 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC5CCB
Complementary color
Monochromatic Colors of #FC5CCB
Black with #FC5CCB
Text Example
Text Example
White with #FC5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CCB; }
p { color: rgb(252,92,203); }
H1.HeaderClassName
{
color: #FC5CCB;
}
.AnyTagClassName
{
color: #FC5CCB;
}
</style>
background-color css
<style>
a { background-color: #FC5CCB; }
a { background-color: rgb(252,92,203); }
div.DivClassName
{
background-color: #FC5CCB;
}
.BgClassName
{
background-color: #FC5CCB;
}
</style>
border-color css
<style>
span { border-color: #FC5CCB; }
span { border-color: rgb(252,92,203); }
td.TdClassName
{
border-color: #FC5CCB;
}
.TagClassName
{
border-color: #FC5CCB;
}
</style>