Shades of Neon Pink #FB76C7
Tints of Neon Pink #FB76C7
RGB
CMYK
RGB Variations
Color information
#FB76C7 (or 0xFB76C7) is known color: Neon Pink. HEX triplet: FB, 76 and C7. RGB value is (251,118,199). Sum of RGB (Red+Green+Blue) = 251+118+199=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C7 is #048938. Grayscale: #A6A6A6. Windows color (decimal): -297273 or 13072123. OLE color: 13072123.
HSL color Cylindrical-coordinate representation of color #FB76C7: hue angle of 323.46º 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 #FB76C7 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 199 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.02 |
| HSL | 323.46º | 0.94% | 0.72% | - |
| HSV(B) | 323.46º | 0.53% | 0.98% | - |
| XYZ | 56.57 | 37.59 | 58.31 | - |
| YUV | 167 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 199 | 0 | 0.53 | 0.21 | 0.02 | 323.46 | 0.94 | 0.72 |
| Hex | FB | 76 | C7 | 0 | 35 | 15 | 2 | 143 | 5E | 48 |
| Octal | 373 | 166 | 307 | 0 | 65 | 25 | 2 | 503 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11000111 | 0 | 110101 | 10101 | 10 | 101000011 | 1011110 | 1001000 |
Color Harmonies of #FB76C7
Complementary color
Monochromatic Colors of #FB76C7
Black with #FB76C7
Text Example
Text Example
White with #FB76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76C7; }
p { color: rgb(251,118,199); }
H1.HeaderClassName
{
color: #FB76C7;
}
.AnyTagClassName
{
color: #FB76C7;
}
</style>
background-color css
<style>
a { background-color: #FB76C7; }
a { background-color: rgb(251,118,199); }
div.DivClassName
{
background-color: #FB76C7;
}
.BgClassName
{
background-color: #FB76C7;
}
</style>
border-color css
<style>
span { border-color: #FB76C7; }
span { border-color: rgb(251,118,199); }
td.TdClassName
{
border-color: #FB76C7;
}
.TagClassName
{
border-color: #FB76C7;
}
</style>