Shades of Neon Pink #FB58C8
Tints of Neon Pink #FB58C8
RGB
CMYK
RGB Variations
Color information
#FB58C8 (or 0xFB58C8) is known color: Neon Pink. HEX triplet: FB, 58 and C8. RGB value is (251,88,200). Sum of RGB (Red+Green+Blue) = 251+88+200=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58C8 is #04A737. Grayscale: #959595. Windows color (decimal): -304952 or 13129979. OLE color: 13129979.
HSL color Cylindrical-coordinate representation of color #FB58C8: hue angle of 318.77º 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 #FB58C8 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 200 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.02 |
| HSL | 318.77º | 0.95% | 0.66% | - |
| HSV(B) | 318.77º | 0.65% | 0.98% | - |
| XYZ | 53.7 | 31.66 | 57.92 | - |
| YUV | 149.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 200 | 0 | 0.65 | 0.20 | 0.02 | 318.77 | 0.95 | 0.66 |
| Hex | FB | 58 | C8 | 0 | 41 | 14 | 2 | 13F | 5F | 42 |
| Octal | 373 | 130 | 310 | 0 | 101 | 24 | 2 | 477 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11001000 | 0 | 1000001 | 10100 | 10 | 100111111 | 1011111 | 1000010 |
Color Harmonies of #FB58C8
Complementary color
Monochromatic Colors of #FB58C8
Black with #FB58C8
Text Example
Text Example
White with #FB58C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58C8; }
p { color: rgb(251,88,200); }
H1.HeaderClassName
{
color: #FB58C8;
}
.AnyTagClassName
{
color: #FB58C8;
}
</style>
background-color css
<style>
a { background-color: #FB58C8; }
a { background-color: rgb(251,88,200); }
div.DivClassName
{
background-color: #FB58C8;
}
.BgClassName
{
background-color: #FB58C8;
}
</style>
border-color css
<style>
span { border-color: #FB58C8; }
span { border-color: rgb(251,88,200); }
td.TdClassName
{
border-color: #FB58C8;
}
.TagClassName
{
border-color: #FB58C8;
}
</style>