Shades of Neon Pink #FC7BD3
Tints of Neon Pink #FC7BD3
RGB
CMYK
RGB Variations
Color information
#FC7BD3 (or 0xFC7BD3) is known color: Neon Pink. HEX triplet: FC, 7B and D3. RGB value is (252,123,211). Sum of RGB (Red+Green+Blue) = 252+123+211=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BD3 is #03842C. Grayscale: #ABABAB. Windows color (decimal): -230445 or 13859836. OLE color: 13859836.
HSL color Cylindrical-coordinate representation of color #FC7BD3: hue angle of 319.07º 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 #FC7BD3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 211 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.01 |
| HSL | 319.07º | 0.96% | 0.74% | - |
| HSV(B) | 319.07º | 0.51% | 0.99% | - |
| XYZ | 58.99 | 39.56 | 66.16 | - |
| YUV | 171.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 211 | 0 | 0.51 | 0.16 | 0.01 | 319.07 | 0.96 | 0.74 |
| Hex | FC | 7B | D3 | 0 | 33 | 10 | 1 | 13F | 60 | 4A |
| Octal | 374 | 173 | 323 | 0 | 63 | 20 | 1 | 477 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11010011 | 0 | 110011 | 10000 | 1 | 100111111 | 1100000 | 1001010 |
Color Harmonies of #FC7BD3
Complementary color
Monochromatic Colors of #FC7BD3
Black with #FC7BD3
Text Example
Text Example
White with #FC7BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BD3; }
p { color: rgb(252,123,211); }
H1.HeaderClassName
{
color: #FC7BD3;
}
.AnyTagClassName
{
color: #FC7BD3;
}
</style>
background-color css
<style>
a { background-color: #FC7BD3; }
a { background-color: rgb(252,123,211); }
div.DivClassName
{
background-color: #FC7BD3;
}
.BgClassName
{
background-color: #FC7BD3;
}
</style>
border-color css
<style>
span { border-color: #FC7BD3; }
span { border-color: rgb(252,123,211); }
td.TdClassName
{
border-color: #FC7BD3;
}
.TagClassName
{
border-color: #FC7BD3;
}
</style>