Shades of Neon Pink #FB59C7
Tints of Neon Pink #FB59C7
RGB
CMYK
RGB Variations
Color information
#FB59C7 (or 0xFB59C7) is known color: Neon Pink. HEX triplet: FB, 59 and C7. RGB value is (251,89,199). Sum of RGB (Red+Green+Blue) = 251+89+199=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB59C7 is #04A638. Grayscale: #959595. Windows color (decimal): -304697 or 13064699. OLE color: 13064699.
HSL color Cylindrical-coordinate representation of color #FB59C7: hue angle of 319.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59C7 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 199 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.02 |
| HSL | 319.26º | 0.95% | 0.67% | - |
| HSV(B) | 319.26º | 0.65% | 0.98% | - |
| XYZ | 53.66 | 31.78 | 57.34 | - |
| YUV | 149.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 199 | 0 | 0.65 | 0.21 | 0.02 | 319.26 | 0.95 | 0.67 |
| Hex | FB | 59 | C7 | 0 | 41 | 15 | 2 | 13F | 5F | 43 |
| Octal | 373 | 131 | 307 | 0 | 101 | 25 | 2 | 477 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11000111 | 0 | 1000001 | 10101 | 10 | 100111111 | 1011111 | 1000011 |
Color Harmonies of #FB59C7
Complementary color
Monochromatic Colors of #FB59C7
Black with #FB59C7
Text Example
Text Example
White with #FB59C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59C7; }
p { color: rgb(251,89,199); }
H1.HeaderClassName
{
color: #FB59C7;
}
.AnyTagClassName
{
color: #FB59C7;
}
</style>
background-color css
<style>
a { background-color: #FB59C7; }
a { background-color: rgb(251,89,199); }
div.DivClassName
{
background-color: #FB59C7;
}
.BgClassName
{
background-color: #FB59C7;
}
</style>
border-color css
<style>
span { border-color: #FB59C7; }
span { border-color: rgb(251,89,199); }
td.TdClassName
{
border-color: #FB59C7;
}
.TagClassName
{
border-color: #FB59C7;
}
</style>