Shades of Neon Pink #FB77C8
Tints of Neon Pink #FB77C8
RGB
CMYK
RGB Variations
Color information
#FB77C8 (or 0xFB77C8) is known color: Neon Pink. HEX triplet: FB, 77 and C8. RGB value is (251,119,200). Sum of RGB (Red+Green+Blue) = 251+119+200=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77C8 is #048837. Grayscale: #A7A7A7. Windows color (decimal): -297016 or 13137915. OLE color: 13137915.
HSL color Cylindrical-coordinate representation of color #FB77C8: hue angle of 323.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77C8 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 200 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.02 |
| HSL | 323.18º | 0.94% | 0.73% | - |
| HSV(B) | 323.18º | 0.53% | 0.98% | - |
| XYZ | 56.81 | 37.87 | 58.96 | - |
| YUV | 167.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 200 | 0 | 0.53 | 0.20 | 0.02 | 323.18 | 0.94 | 0.73 |
| Hex | FB | 77 | C8 | 0 | 35 | 14 | 2 | 143 | 5E | 49 |
| Octal | 373 | 167 | 310 | 0 | 65 | 24 | 2 | 503 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11001000 | 0 | 110101 | 10100 | 10 | 101000011 | 1011110 | 1001001 |
Color Harmonies of #FB77C8
Complementary color
Monochromatic Colors of #FB77C8
Black with #FB77C8
Text Example
Text Example
White with #FB77C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77C8; }
p { color: rgb(251,119,200); }
H1.HeaderClassName
{
color: #FB77C8;
}
.AnyTagClassName
{
color: #FB77C8;
}
</style>
background-color css
<style>
a { background-color: #FB77C8; }
a { background-color: rgb(251,119,200); }
div.DivClassName
{
background-color: #FB77C8;
}
.BgClassName
{
background-color: #FB77C8;
}
</style>
border-color css
<style>
span { border-color: #FB77C8; }
span { border-color: rgb(251,119,200); }
td.TdClassName
{
border-color: #FB77C8;
}
.TagClassName
{
border-color: #FB77C8;
}
</style>