Shades of Neon Pink #FB58CE
Tints of Neon Pink #FB58CE
RGB
CMYK
RGB Variations
Color information
#FB58CE (or 0xFB58CE) is known color: Neon Pink. HEX triplet: FB, 58 and CE. RGB value is (251,88,206). Sum of RGB (Red+Green+Blue) = 251+88+206=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58CE is #04A731. Grayscale: #959595. Windows color (decimal): -304946 or 13523195. OLE color: 13523195.
HSL color Cylindrical-coordinate representation of color #FB58CE: hue angle of 316.56º 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 #FB58CE is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 206 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.02 |
| HSL | 316.56º | 0.95% | 0.66% | - |
| HSV(B) | 316.56º | 0.65% | 0.98% | - |
| XYZ | 54.41 | 31.94 | 61.69 | - |
| YUV | 150.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 206 | 0 | 0.65 | 0.18 | 0.02 | 316.56 | 0.95 | 0.66 |
| Hex | FB | 58 | CE | 0 | 41 | 12 | 2 | 13D | 5F | 42 |
| Octal | 373 | 130 | 316 | 0 | 101 | 22 | 2 | 475 | 137 | 102 |
| Binary | 11111011 | 1011000 | 11001110 | 0 | 1000001 | 10010 | 10 | 100111101 | 1011111 | 1000010 |
Color Harmonies of #FB58CE
Complementary color
Monochromatic Colors of #FB58CE
Black with #FB58CE
Text Example
Text Example
White with #FB58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58CE; }
p { color: rgb(251,88,206); }
H1.HeaderClassName
{
color: #FB58CE;
}
.AnyTagClassName
{
color: #FB58CE;
}
</style>
background-color css
<style>
a { background-color: #FB58CE; }
a { background-color: rgb(251,88,206); }
div.DivClassName
{
background-color: #FB58CE;
}
.BgClassName
{
background-color: #FB58CE;
}
</style>
border-color css
<style>
span { border-color: #FB58CE; }
span { border-color: rgb(251,88,206); }
td.TdClassName
{
border-color: #FB58CE;
}
.TagClassName
{
border-color: #FB58CE;
}
</style>