Shades of Neon Pink #FB56D1
Tints of Neon Pink #FB56D1
RGB
CMYK
RGB Variations
Color information
#FB56D1 (or 0xFB56D1) is known color: Neon Pink. HEX triplet: FB, 56 and D1. RGB value is (251,86,209). Sum of RGB (Red+Green+Blue) = 251+86+209=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB56D1 is #04A92E. Grayscale: #959595. Windows color (decimal): -305455 or 13719291. OLE color: 13719291.
HSL color Cylindrical-coordinate representation of color #FB56D1: hue angle of 315.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB56D1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 209 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.02 |
| HSL | 315.27º | 0.95% | 0.66% | - |
| HSV(B) | 315.27º | 0.66% | 0.98% | - |
| XYZ | 54.62 | 31.77 | 63.57 | - |
| YUV | 149.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 209 | 0 | 0.66 | 0.17 | 0.02 | 315.27 | 0.95 | 0.66 |
| Hex | FB | 56 | D1 | 0 | 42 | 11 | 2 | 13B | 5F | 42 |
| Octal | 373 | 126 | 321 | 0 | 102 | 21 | 2 | 473 | 137 | 102 |
| Binary | 11111011 | 1010110 | 11010001 | 0 | 1000010 | 10001 | 10 | 100111011 | 1011111 | 1000010 |
Color Harmonies of #FB56D1
Complementary color
Monochromatic Colors of #FB56D1
Black with #FB56D1
Text Example
Text Example
White with #FB56D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56D1; }
p { color: rgb(251,86,209); }
H1.HeaderClassName
{
color: #FB56D1;
}
.AnyTagClassName
{
color: #FB56D1;
}
</style>
background-color css
<style>
a { background-color: #FB56D1; }
a { background-color: rgb(251,86,209); }
div.DivClassName
{
background-color: #FB56D1;
}
.BgClassName
{
background-color: #FB56D1;
}
</style>
border-color css
<style>
span { border-color: #FB56D1; }
span { border-color: rgb(251,86,209); }
td.TdClassName
{
border-color: #FB56D1;
}
.TagClassName
{
border-color: #FB56D1;
}
</style>