Shades of Neon Pink #FB76C5
Tints of Neon Pink #FB76C5
RGB
CMYK
RGB Variations
Color information
#FB76C5 (or 0xFB76C5) is known color: Neon Pink. HEX triplet: FB, 76 and C5. RGB value is (251,118,197). Sum of RGB (Red+Green+Blue) = 251+118+197=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C5 is #04893A. Grayscale: #A6A6A6. Windows color (decimal): -297275 or 12941051. OLE color: 12941051.
HSL color Cylindrical-coordinate representation of color #FB76C5: hue angle of 324.36º 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 #FB76C5 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 197 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.02 |
| HSL | 324.36º | 0.94% | 0.72% | - |
| HSV(B) | 324.36º | 0.53% | 0.98% | - |
| XYZ | 56.34 | 37.5 | 57.09 | - |
| YUV | 166.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 197 | 0 | 0.53 | 0.22 | 0.02 | 324.36 | 0.94 | 0.72 |
| Hex | FB | 76 | C5 | 0 | 35 | 16 | 2 | 144 | 5E | 48 |
| Octal | 373 | 166 | 305 | 0 | 65 | 26 | 2 | 504 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11000101 | 0 | 110101 | 10110 | 10 | 101000100 | 1011110 | 1001000 |
Color Harmonies of #FB76C5
Complementary color
Monochromatic Colors of #FB76C5
Black with #FB76C5
Text Example
Text Example
White with #FB76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76C5; }
p { color: rgb(251,118,197); }
H1.HeaderClassName
{
color: #FB76C5;
}
.AnyTagClassName
{
color: #FB76C5;
}
</style>
background-color css
<style>
a { background-color: #FB76C5; }
a { background-color: rgb(251,118,197); }
div.DivClassName
{
background-color: #FB76C5;
}
.BgClassName
{
background-color: #FB76C5;
}
</style>
border-color css
<style>
span { border-color: #FB76C5; }
span { border-color: rgb(251,118,197); }
td.TdClassName
{
border-color: #FB76C5;
}
.TagClassName
{
border-color: #FB76C5;
}
</style>