Shades of Neon Pink #FB76D1
Tints of Neon Pink #FB76D1
RGB
CMYK
RGB Variations
Color information
#FB76D1 (or 0xFB76D1) is known color: Neon Pink. HEX triplet: FB, 76 and D1. RGB value is (251,118,209). Sum of RGB (Red+Green+Blue) = 251+118+209=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76D1 is #04892E. Grayscale: #A7A7A7. Windows color (decimal): -297263 or 13727483. OLE color: 13727483.
HSL color Cylindrical-coordinate representation of color #FB76D1: hue angle of 318.95º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76D1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 209 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.02 |
| HSL | 318.95º | 0.94% | 0.72% | - |
| HSV(B) | 318.95º | 0.53% | 0.98% | - |
| XYZ | 57.77 | 38.07 | 64.62 | - |
| YUV | 168.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 209 | 0 | 0.53 | 0.17 | 0.02 | 318.95 | 0.94 | 0.72 |
| Hex | FB | 76 | D1 | 0 | 35 | 11 | 2 | 13F | 5E | 48 |
| Octal | 373 | 166 | 321 | 0 | 65 | 21 | 2 | 477 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11010001 | 0 | 110101 | 10001 | 10 | 100111111 | 1011110 | 1001000 |
Color Harmonies of #FB76D1
Complementary color
Monochromatic Colors of #FB76D1
Black with #FB76D1
Text Example
Text Example
White with #FB76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76D1; }
p { color: rgb(251,118,209); }
H1.HeaderClassName
{
color: #FB76D1;
}
.AnyTagClassName
{
color: #FB76D1;
}
</style>
background-color css
<style>
a { background-color: #FB76D1; }
a { background-color: rgb(251,118,209); }
div.DivClassName
{
background-color: #FB76D1;
}
.BgClassName
{
background-color: #FB76D1;
}
</style>
border-color css
<style>
span { border-color: #FB76D1; }
span { border-color: rgb(251,118,209); }
td.TdClassName
{
border-color: #FB76D1;
}
.TagClassName
{
border-color: #FB76D1;
}
</style>