Shades of Neon Pink #FB5DC0
Tints of Neon Pink #FB5DC0
RGB
CMYK
RGB Variations
Color information
#FB5DC0 (or 0xFB5DC0) is known color: Neon Pink. HEX triplet: FB, 5D and C0. RGB value is (251,93,192). Sum of RGB (Red+Green+Blue) = 251+93+192=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DC0 is #04A23F. Grayscale: #979797. Windows color (decimal): -303680 or 12606971. OLE color: 12606971.
HSL color Cylindrical-coordinate representation of color #FB5DC0: hue angle of 322.41º 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 #FB5DC0 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 192 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.02 |
| HSL | 322.41º | 0.95% | 0.67% | - |
| HSV(B) | 322.41º | 0.63% | 0.98% | - |
| XYZ | 53.21 | 32.14 | 53.27 | - |
| YUV | 151.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 192 | 0 | 0.63 | 0.24 | 0.02 | 322.41 | 0.95 | 0.67 |
| Hex | FB | 5D | C0 | 0 | 3F | 18 | 2 | 142 | 5F | 43 |
| Octal | 373 | 135 | 300 | 0 | 77 | 30 | 2 | 502 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11000000 | 0 | 111111 | 11000 | 10 | 101000010 | 1011111 | 1000011 |
Color Harmonies of #FB5DC0
Complementary color
Monochromatic Colors of #FB5DC0
Black with #FB5DC0
Text Example
Text Example
White with #FB5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DC0; }
p { color: rgb(251,93,192); }
H1.HeaderClassName
{
color: #FB5DC0;
}
.AnyTagClassName
{
color: #FB5DC0;
}
</style>
background-color css
<style>
a { background-color: #FB5DC0; }
a { background-color: rgb(251,93,192); }
div.DivClassName
{
background-color: #FB5DC0;
}
.BgClassName
{
background-color: #FB5DC0;
}
</style>
border-color css
<style>
span { border-color: #FB5DC0; }
span { border-color: rgb(251,93,192); }
td.TdClassName
{
border-color: #FB5DC0;
}
.TagClassName
{
border-color: #FB5DC0;
}
</style>