Shades of Neon Pink #FB76CE
Tints of Neon Pink #FB76CE
RGB
CMYK
RGB Variations
Color information
#FB76CE (or 0xFB76CE) is known color: Neon Pink. HEX triplet: FB, 76 and CE. RGB value is (251,118,206). Sum of RGB (Red+Green+Blue) = 251+118+206=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76CE is #048931. Grayscale: #A7A7A7. Windows color (decimal): -297266 or 13530875. OLE color: 13530875.
HSL color Cylindrical-coordinate representation of color #FB76CE: hue angle of 320.3º 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 #FB76CE is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 206 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.02 |
| HSL | 320.3º | 0.94% | 0.72% | - |
| HSV(B) | 320.3º | 0.53% | 0.98% | - |
| XYZ | 57.4 | 37.92 | 62.69 | - |
| YUV | 167.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 206 | 0 | 0.53 | 0.18 | 0.02 | 320.3 | 0.94 | 0.72 |
| Hex | FB | 76 | CE | 0 | 35 | 12 | 2 | 140 | 5E | 48 |
| Octal | 373 | 166 | 316 | 0 | 65 | 22 | 2 | 500 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11001110 | 0 | 110101 | 10010 | 10 | 101000000 | 1011110 | 1001000 |
Color Harmonies of #FB76CE
Complementary color
Monochromatic Colors of #FB76CE
Black with #FB76CE
Text Example
Text Example
White with #FB76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76CE; }
p { color: rgb(251,118,206); }
H1.HeaderClassName
{
color: #FB76CE;
}
.AnyTagClassName
{
color: #FB76CE;
}
</style>
background-color css
<style>
a { background-color: #FB76CE; }
a { background-color: rgb(251,118,206); }
div.DivClassName
{
background-color: #FB76CE;
}
.BgClassName
{
background-color: #FB76CE;
}
</style>
border-color css
<style>
span { border-color: #FB76CE; }
span { border-color: rgb(251,118,206); }
td.TdClassName
{
border-color: #FB76CE;
}
.TagClassName
{
border-color: #FB76CE;
}
</style>