Shades of Neon Pink #FB59C2
Tints of Neon Pink #FB59C2
RGB
CMYK
RGB Variations
Color information
#FB59C2 (or 0xFB59C2) is known color: Neon Pink. HEX triplet: FB, 59 and C2. RGB value is (251,89,194). Sum of RGB (Red+Green+Blue) = 251+89+194=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB59C2 is #04A63D. Grayscale: #959595. Windows color (decimal): -304702 or 12737019. OLE color: 12737019.
HSL color Cylindrical-coordinate representation of color #FB59C2: hue angle of 321.11º 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 #FB59C2 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 194 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.02 |
| HSL | 321.11º | 0.95% | 0.67% | - |
| HSV(B) | 321.11º | 0.65% | 0.98% | - |
| XYZ | 53.09 | 31.55 | 54.33 | - |
| YUV | 149.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 194 | 0 | 0.65 | 0.23 | 0.02 | 321.11 | 0.95 | 0.67 |
| Hex | FB | 59 | C2 | 0 | 41 | 17 | 2 | 141 | 5F | 43 |
| Octal | 373 | 131 | 302 | 0 | 101 | 27 | 2 | 501 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11000010 | 0 | 1000001 | 10111 | 10 | 101000001 | 1011111 | 1000011 |
Color Harmonies of #FB59C2
Complementary color
Monochromatic Colors of #FB59C2
Black with #FB59C2
Text Example
Text Example
White with #FB59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59C2; }
p { color: rgb(251,89,194); }
H1.HeaderClassName
{
color: #FB59C2;
}
.AnyTagClassName
{
color: #FB59C2;
}
</style>
background-color css
<style>
a { background-color: #FB59C2; }
a { background-color: rgb(251,89,194); }
div.DivClassName
{
background-color: #FB59C2;
}
.BgClassName
{
background-color: #FB59C2;
}
</style>
border-color css
<style>
span { border-color: #FB59C2; }
span { border-color: rgb(251,89,194); }
td.TdClassName
{
border-color: #FB59C2;
}
.TagClassName
{
border-color: #FB59C2;
}
</style>