Shades of Neon Pink #FB76D4
Tints of Neon Pink #FB76D4
RGB
CMYK
RGB Variations
Color information
#FB76D4 (or 0xFB76D4) is known color: Neon Pink. HEX triplet: FB, 76 and D4. RGB value is (251,118,212). Sum of RGB (Red+Green+Blue) = 251+118+212=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76D4 is #04892B. Grayscale: #A8A8A8. Windows color (decimal): -297260 or 13924091. OLE color: 13924091.
HSL color Cylindrical-coordinate representation of color #FB76D4: hue angle of 317.59º 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 #FB76D4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 212 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.02 |
| HSL | 317.59º | 0.94% | 0.72% | - |
| HSV(B) | 317.59º | 0.53% | 0.98% | - |
| XYZ | 58.15 | 38.22 | 66.6 | - |
| YUV | 168.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 212 | 0 | 0.53 | 0.16 | 0.02 | 317.59 | 0.94 | 0.72 |
| Hex | FB | 76 | D4 | 0 | 35 | 10 | 2 | 13E | 5E | 48 |
| Octal | 373 | 166 | 324 | 0 | 65 | 20 | 2 | 476 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11010100 | 0 | 110101 | 10000 | 10 | 100111110 | 1011110 | 1001000 |
Color Harmonies of #FB76D4
Complementary color
Monochromatic Colors of #FB76D4
Black with #FB76D4
Text Example
Text Example
White with #FB76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76D4; }
p { color: rgb(251,118,212); }
H1.HeaderClassName
{
color: #FB76D4;
}
.AnyTagClassName
{
color: #FB76D4;
}
</style>
background-color css
<style>
a { background-color: #FB76D4; }
a { background-color: rgb(251,118,212); }
div.DivClassName
{
background-color: #FB76D4;
}
.BgClassName
{
background-color: #FB76D4;
}
</style>
border-color css
<style>
span { border-color: #FB76D4; }
span { border-color: rgb(251,118,212); }
td.TdClassName
{
border-color: #FB76D4;
}
.TagClassName
{
border-color: #FB76D4;
}
</style>