Shades of Neon Pink #FB59D3
Tints of Neon Pink #FB59D3
RGB
CMYK
RGB Variations
Color information
#FB59D3 (or 0xFB59D3) is known color: Neon Pink. HEX triplet: FB, 59 and D3. RGB value is (251,89,211). Sum of RGB (Red+Green+Blue) = 251+89+211=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB59D3 is #04A62C. Grayscale: #979797. Windows color (decimal): -304685 or 13851131. OLE color: 13851131.
HSL color Cylindrical-coordinate representation of color #FB59D3: hue angle of 314.81º 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 #FB59D3 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 211 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.02 |
| HSL | 314.81º | 0.95% | 0.67% | - |
| HSV(B) | 314.81º | 0.65% | 0.98% | - |
| XYZ | 55.11 | 32.36 | 64.97 | - |
| YUV | 151.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 211 | 0 | 0.65 | 0.16 | 0.02 | 314.81 | 0.95 | 0.67 |
| Hex | FB | 59 | D3 | 0 | 41 | 10 | 2 | 13B | 5F | 43 |
| Octal | 373 | 131 | 323 | 0 | 101 | 20 | 2 | 473 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11010011 | 0 | 1000001 | 10000 | 10 | 100111011 | 1011111 | 1000011 |
Color Harmonies of #FB59D3
Complementary color
Monochromatic Colors of #FB59D3
Black with #FB59D3
Text Example
Text Example
White with #FB59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59D3; }
p { color: rgb(251,89,211); }
H1.HeaderClassName
{
color: #FB59D3;
}
.AnyTagClassName
{
color: #FB59D3;
}
</style>
background-color css
<style>
a { background-color: #FB59D3; }
a { background-color: rgb(251,89,211); }
div.DivClassName
{
background-color: #FB59D3;
}
.BgClassName
{
background-color: #FB59D3;
}
</style>
border-color css
<style>
span { border-color: #FB59D3; }
span { border-color: rgb(251,89,211); }
td.TdClassName
{
border-color: #FB59D3;
}
.TagClassName
{
border-color: #FB59D3;
}
</style>