Shades of Neon Pink #FB58C9
Tints of Neon Pink #FB58C9
RGB
CMYK
RGB Variations
Color information
#FB58C9 (or 0xFB58C9) is known color: Neon Pink. HEX triplet: FB, 58 and C9. RGB value is (251,88,201). Sum of RGB (Red+Green+Blue) = 251+88+201=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58C9 is #04A736. Grayscale: #959595. Windows color (decimal): -304951 or 13195515. OLE color: 13195515.
HSL color Cylindrical-coordinate representation of color #FB58C9: hue angle of 318.4º 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 #FB58C9 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 201 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.02 |
| HSL | 318.4º | 0.95% | 0.66% | - |
| HSV(B) | 318.4º | 0.65% | 0.98% | - |
| XYZ | 53.82 | 31.71 | 58.54 | - |
| YUV | 149.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 201 | 0 | 0.65 | 0.20 | 0.02 | 318.4 | 0.95 | 0.66 |
| Hex | FB | 58 | C9 | 0 | 41 | 14 | 2 | 13E | 5F | 42 |
| Octal | 373 | 130 | 311 | 0 | 101 | 24 | 2 | 476 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11001001 | 0 | 1000001 | 10100 | 10 | 100111110 | 1011111 | 1000010 |
Color Harmonies of #FB58C9
Complementary color
Monochromatic Colors of #FB58C9
Black with #FB58C9
Text Example
Text Example
White with #FB58C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58C9; }
p { color: rgb(251,88,201); }
H1.HeaderClassName
{
color: #FB58C9;
}
.AnyTagClassName
{
color: #FB58C9;
}
</style>
background-color css
<style>
a { background-color: #FB58C9; }
a { background-color: rgb(251,88,201); }
div.DivClassName
{
background-color: #FB58C9;
}
.BgClassName
{
background-color: #FB58C9;
}
</style>
border-color css
<style>
span { border-color: #FB58C9; }
span { border-color: rgb(251,88,201); }
td.TdClassName
{
border-color: #FB58C9;
}
.TagClassName
{
border-color: #FB58C9;
}
</style>