Shades of Neon Pink #FB5DCC
Tints of Neon Pink #FB5DCC
RGB
CMYK
RGB Variations
Color information
#FB5DCC (or 0xFB5DCC) is known color: Neon Pink. HEX triplet: FB, 5D and CC. RGB value is (251,93,204). Sum of RGB (Red+Green+Blue) = 251+93+204=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DCC is #04A233. Grayscale: #989898. Windows color (decimal): -303668 or 13393403. OLE color: 13393403.
HSL color Cylindrical-coordinate representation of color #FB5DCC: hue angle of 317.85º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DCC is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 204 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 317.85º | 0.95% | 0.67% | - |
| HSV(B) | 317.85º | 0.63% | 0.98% | - |
| XYZ | 54.6 | 32.7 | 60.56 | - |
| YUV | 152.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 204 | 0 | 0.63 | 0.19 | 0.02 | 317.85 | 0.95 | 0.67 |
| Hex | FB | 5D | CC | 0 | 3F | 13 | 2 | 13E | 5F | 43 |
| Octal | 373 | 135 | 314 | 0 | 77 | 23 | 2 | 476 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11001100 | 0 | 111111 | 10011 | 10 | 100111110 | 1011111 | 1000011 |
Color Harmonies of #FB5DCC
Complementary color
Monochromatic Colors of #FB5DCC
Black with #FB5DCC
Text Example
Text Example
White with #FB5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DCC; }
p { color: rgb(251,93,204); }
H1.HeaderClassName
{
color: #FB5DCC;
}
.AnyTagClassName
{
color: #FB5DCC;
}
</style>
background-color css
<style>
a { background-color: #FB5DCC; }
a { background-color: rgb(251,93,204); }
div.DivClassName
{
background-color: #FB5DCC;
}
.BgClassName
{
background-color: #FB5DCC;
}
</style>
border-color css
<style>
span { border-color: #FB5DCC; }
span { border-color: rgb(251,93,204); }
td.TdClassName
{
border-color: #FB5DCC;
}
.TagClassName
{
border-color: #FB5DCC;
}
</style>