Shades of Neon Pink #FB59D0
Tints of Neon Pink #FB59D0
RGB
CMYK
RGB Variations
Color information
#FB59D0 (or 0xFB59D0) is known color: Neon Pink. HEX triplet: FB, 59 and D0. RGB value is (251,89,208). Sum of RGB (Red+Green+Blue) = 251+89+208=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB59D0 is #04A62F. Grayscale: #969696. Windows color (decimal): -304688 or 13654523. OLE color: 13654523.
HSL color Cylindrical-coordinate representation of color #FB59D0: hue angle of 315.93º 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 #FB59D0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 208 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.02 |
| HSL | 315.93º | 0.95% | 0.67% | - |
| HSV(B) | 315.93º | 0.65% | 0.98% | - |
| XYZ | 54.74 | 32.21 | 63.01 | - |
| YUV | 151 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 208 | 0 | 0.65 | 0.17 | 0.02 | 315.93 | 0.95 | 0.67 |
| Hex | FB | 59 | D0 | 0 | 41 | 11 | 2 | 13C | 5F | 43 |
| Octal | 373 | 131 | 320 | 0 | 101 | 21 | 2 | 474 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11010000 | 0 | 1000001 | 10001 | 10 | 100111100 | 1011111 | 1000011 |
Color Harmonies of #FB59D0
Complementary color
Monochromatic Colors of #FB59D0
Black with #FB59D0
Text Example
Text Example
White with #FB59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59D0; }
p { color: rgb(251,89,208); }
H1.HeaderClassName
{
color: #FB59D0;
}
.AnyTagClassName
{
color: #FB59D0;
}
</style>
background-color css
<style>
a { background-color: #FB59D0; }
a { background-color: rgb(251,89,208); }
div.DivClassName
{
background-color: #FB59D0;
}
.BgClassName
{
background-color: #FB59D0;
}
</style>
border-color css
<style>
span { border-color: #FB59D0; }
span { border-color: rgb(251,89,208); }
td.TdClassName
{
border-color: #FB59D0;
}
.TagClassName
{
border-color: #FB59D0;
}
</style>