Shades of Neon Pink #FB58D0
Tints of Neon Pink #FB58D0
RGB
CMYK
RGB Variations
Color information
#FB58D0 (or 0xFB58D0) is known color: Neon Pink. HEX triplet: FB, 58 and D0. RGB value is (251,88,208). Sum of RGB (Red+Green+Blue) = 251+88+208=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58D0 is #04A72F. Grayscale: #969696. Windows color (decimal): -304944 or 13654267. OLE color: 13654267.
HSL color Cylindrical-coordinate representation of color #FB58D0: hue angle of 315.83º 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 #FB58D0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 208 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.02 |
| HSL | 315.83º | 0.95% | 0.66% | - |
| HSV(B) | 315.83º | 0.65% | 0.98% | - |
| XYZ | 54.66 | 32.04 | 62.98 | - |
| YUV | 150.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 208 | 0 | 0.65 | 0.17 | 0.02 | 315.83 | 0.95 | 0.66 |
| Hex | FB | 58 | D0 | 0 | 41 | 11 | 2 | 13C | 5F | 42 |
| Octal | 373 | 130 | 320 | 0 | 101 | 21 | 2 | 474 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11010000 | 0 | 1000001 | 10001 | 10 | 100111100 | 1011111 | 1000010 |
Color Harmonies of #FB58D0
Complementary color
Monochromatic Colors of #FB58D0
Black with #FB58D0
Text Example
Text Example
White with #FB58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58D0; }
p { color: rgb(251,88,208); }
H1.HeaderClassName
{
color: #FB58D0;
}
.AnyTagClassName
{
color: #FB58D0;
}
</style>
background-color css
<style>
a { background-color: #FB58D0; }
a { background-color: rgb(251,88,208); }
div.DivClassName
{
background-color: #FB58D0;
}
.BgClassName
{
background-color: #FB58D0;
}
</style>
border-color css
<style>
span { border-color: #FB58D0; }
span { border-color: rgb(251,88,208); }
td.TdClassName
{
border-color: #FB58D0;
}
.TagClassName
{
border-color: #FB58D0;
}
</style>