Shades of Neon Pink #FB58C0
Tints of Neon Pink #FB58C0
RGB
CMYK
RGB Variations
Color information
#FB58C0 (or 0xFB58C0) is known color: Neon Pink. HEX triplet: FB, 58 and C0. RGB value is (251,88,192). Sum of RGB (Red+Green+Blue) = 251+88+192=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58C0 is #04A73F. Grayscale: #949494. Windows color (decimal): -304960 or 12605691. OLE color: 12605691.
HSL color Cylindrical-coordinate representation of color #FB58C0: hue angle of 321.72º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 192 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 321.72º | 0.95% | 0.66% | - |
| HSV(B) | 321.72º | 0.65% | 0.98% | - |
| XYZ | 52.79 | 31.29 | 53.13 | - |
| YUV | 148.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 192 | 0 | 0.65 | 0.24 | 0.02 | 321.72 | 0.95 | 0.66 |
| Hex | FB | 58 | C0 | 0 | 41 | 18 | 2 | 142 | 5F | 42 |
| Octal | 373 | 130 | 300 | 0 | 101 | 30 | 2 | 502 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11000000 | 0 | 1000001 | 11000 | 10 | 101000010 | 1011111 | 1000010 |
Color Harmonies of #FB58C0
Complementary color
Monochromatic Colors of #FB58C0
Black with #FB58C0
Text Example
Text Example
White with #FB58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58C0; }
p { color: rgb(251,88,192); }
H1.HeaderClassName
{
color: #FB58C0;
}
.AnyTagClassName
{
color: #FB58C0;
}
</style>
background-color css
<style>
a { background-color: #FB58C0; }
a { background-color: rgb(251,88,192); }
div.DivClassName
{
background-color: #FB58C0;
}
.BgClassName
{
background-color: #FB58C0;
}
</style>
border-color css
<style>
span { border-color: #FB58C0; }
span { border-color: rgb(251,88,192); }
td.TdClassName
{
border-color: #FB58C0;
}
.TagClassName
{
border-color: #FB58C0;
}
</style>