Shades of Neon Pink #FC7BCB
Tints of Neon Pink #FC7BCB
RGB
CMYK
RGB Variations
Color information
#FC7BCB (or 0xFC7BCB) is known color: Neon Pink. HEX triplet: FC, 7B and CB. RGB value is (252,123,203). Sum of RGB (Red+Green+Blue) = 252+123+203=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BCB is #038434. Grayscale: #AAAAAA. Windows color (decimal): -230453 or 13335548. OLE color: 13335548.
HSL color Cylindrical-coordinate representation of color #FC7BCB: hue angle of 322.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BCB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 203 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.01 |
| HSL | 322.79º | 0.96% | 0.74% | - |
| HSV(B) | 322.79º | 0.51% | 0.99% | - |
| XYZ | 58.01 | 39.17 | 61 | - |
| YUV | 170.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 203 | 0 | 0.51 | 0.19 | 0.01 | 322.79 | 0.96 | 0.74 |
| Hex | FC | 7B | CB | 0 | 33 | 13 | 1 | 143 | 60 | 4A |
| Octal | 374 | 173 | 313 | 0 | 63 | 23 | 1 | 503 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11001011 | 0 | 110011 | 10011 | 1 | 101000011 | 1100000 | 1001010 |
Color Harmonies of #FC7BCB
Complementary color
Monochromatic Colors of #FC7BCB
Black with #FC7BCB
Text Example
Text Example
White with #FC7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BCB; }
p { color: rgb(252,123,203); }
H1.HeaderClassName
{
color: #FC7BCB;
}
.AnyTagClassName
{
color: #FC7BCB;
}
</style>
background-color css
<style>
a { background-color: #FC7BCB; }
a { background-color: rgb(252,123,203); }
div.DivClassName
{
background-color: #FC7BCB;
}
.BgClassName
{
background-color: #FC7BCB;
}
</style>
border-color css
<style>
span { border-color: #FC7BCB; }
span { border-color: rgb(252,123,203); }
td.TdClassName
{
border-color: #FC7BCB;
}
.TagClassName
{
border-color: #FC7BCB;
}
</style>