Shades of Neon Pink #FB77CE
Tints of Neon Pink #FB77CE
RGB
CMYK
RGB Variations
Color information
#FB77CE (or 0xFB77CE) is known color: Neon Pink. HEX triplet: FB, 77 and CE. RGB value is (251,119,206). Sum of RGB (Red+Green+Blue) = 251+119+206=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77CE is #048831. Grayscale: #A8A8A8. Windows color (decimal): -297010 or 13531131. OLE color: 13531131.
HSL color Cylindrical-coordinate representation of color #FB77CE: hue angle of 320.45º 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 #FB77CE is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 206 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.02 |
| HSL | 320.45º | 0.94% | 0.73% | - |
| HSV(B) | 320.45º | 0.53% | 0.98% | - |
| XYZ | 57.52 | 38.16 | 62.73 | - |
| YUV | 168.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 206 | 0 | 0.53 | 0.18 | 0.02 | 320.45 | 0.94 | 0.73 |
| Hex | FB | 77 | CE | 0 | 35 | 12 | 2 | 140 | 5E | 49 |
| Octal | 373 | 167 | 316 | 0 | 65 | 22 | 2 | 500 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11001110 | 0 | 110101 | 10010 | 10 | 101000000 | 1011110 | 1001001 |
Color Harmonies of #FB77CE
Complementary color
Monochromatic Colors of #FB77CE
Black with #FB77CE
Text Example
Text Example
White with #FB77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77CE; }
p { color: rgb(251,119,206); }
H1.HeaderClassName
{
color: #FB77CE;
}
.AnyTagClassName
{
color: #FB77CE;
}
</style>
background-color css
<style>
a { background-color: #FB77CE; }
a { background-color: rgb(251,119,206); }
div.DivClassName
{
background-color: #FB77CE;
}
.BgClassName
{
background-color: #FB77CE;
}
</style>
border-color css
<style>
span { border-color: #FB77CE; }
span { border-color: rgb(251,119,206); }
td.TdClassName
{
border-color: #FB77CE;
}
.TagClassName
{
border-color: #FB77CE;
}
</style>