Shades of Neon Pink #FC54CB
Tints of Neon Pink #FC54CB
RGB
CMYK
RGB Variations
Color information
#FC54CB (or 0xFC54CB) is known color: Neon Pink. HEX triplet: FC, 54 and CB. RGB value is (252,84,203). Sum of RGB (Red+Green+Blue) = 252+84+203=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54CB is #03AB34. Grayscale: #939393. Windows color (decimal): -240437 or 13325564. OLE color: 13325564.
HSL color Cylindrical-coordinate representation of color #FC54CB: hue angle of 317.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54CB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 203 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.01 |
| HSL | 317.5º | 0.97% | 0.66% | - |
| HSV(B) | 317.5º | 0.67% | 0.99% | - |
| XYZ | 54.09 | 31.35 | 59.7 | - |
| YUV | 147.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 203 | 0 | 0.67 | 0.19 | 0.01 | 317.5 | 0.97 | 0.66 |
| Hex | FC | 54 | CB | 0 | 43 | 13 | 1 | 13E | 61 | 42 |
| Octal | 374 | 124 | 313 | 0 | 103 | 23 | 1 | 476 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11001011 | 0 | 1000011 | 10011 | 1 | 100111110 | 1100001 | 1000010 |
Color Harmonies of #FC54CB
Complementary color
Monochromatic Colors of #FC54CB
Black with #FC54CB
Text Example
Text Example
White with #FC54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54CB; }
p { color: rgb(252,84,203); }
H1.HeaderClassName
{
color: #FC54CB;
}
.AnyTagClassName
{
color: #FC54CB;
}
</style>
background-color css
<style>
a { background-color: #FC54CB; }
a { background-color: rgb(252,84,203); }
div.DivClassName
{
background-color: #FC54CB;
}
.BgClassName
{
background-color: #FC54CB;
}
</style>
border-color css
<style>
span { border-color: #FC54CB; }
span { border-color: rgb(252,84,203); }
td.TdClassName
{
border-color: #FC54CB;
}
.TagClassName
{
border-color: #FC54CB;
}
</style>