Shades of Neon Pink #FC5BD3
Tints of Neon Pink #FC5BD3
RGB
CMYK
RGB Variations
Color information
#FC5BD3 (or 0xFC5BD3) is known color: Neon Pink. HEX triplet: FC, 5B and D3. RGB value is (252,91,211). Sum of RGB (Red+Green+Blue) = 252+91+211=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BD3 is #03A42C. Grayscale: #989898. Windows color (decimal): -238637 or 13851644. OLE color: 13851644.
HSL color Cylindrical-coordinate representation of color #FC5BD3: hue angle of 315.28º 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 #FC5BD3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 211 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.01 |
| HSL | 315.28º | 0.96% | 0.67% | - |
| HSV(B) | 315.28º | 0.64% | 0.99% | - |
| XYZ | 55.64 | 32.88 | 65.04 | - |
| YUV | 152.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 211 | 0 | 0.64 | 0.16 | 0.01 | 315.28 | 0.96 | 0.67 |
| Hex | FC | 5B | D3 | 0 | 40 | 10 | 1 | 13B | 60 | 43 |
| Octal | 374 | 133 | 323 | 0 | 100 | 20 | 1 | 473 | 140 | 103 |
| Binary | 11111100 | 1011011 | 11010011 | 0 | 1000000 | 10000 | 1 | 100111011 | 1100000 | 1000011 |
Color Harmonies of #FC5BD3
Complementary color
Monochromatic Colors of #FC5BD3
Black with #FC5BD3
Text Example
Text Example
White with #FC5BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BD3; }
p { color: rgb(252,91,211); }
H1.HeaderClassName
{
color: #FC5BD3;
}
.AnyTagClassName
{
color: #FC5BD3;
}
</style>
background-color css
<style>
a { background-color: #FC5BD3; }
a { background-color: rgb(252,91,211); }
div.DivClassName
{
background-color: #FC5BD3;
}
.BgClassName
{
background-color: #FC5BD3;
}
</style>
border-color css
<style>
span { border-color: #FC5BD3; }
span { border-color: rgb(252,91,211); }
td.TdClassName
{
border-color: #FC5BD3;
}
.TagClassName
{
border-color: #FC5BD3;
}
</style>