Shades of Neon Pink #FB77C7
Tints of Neon Pink #FB77C7
RGB
CMYK
RGB Variations
Color information
#FB77C7 (or 0xFB77C7) is known color: Neon Pink. HEX triplet: FB, 77 and C7. RGB value is (251,119,199). Sum of RGB (Red+Green+Blue) = 251+119+199=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77C7 is #048838. Grayscale: #A7A7A7. Windows color (decimal): -297017 or 13072379. OLE color: 13072379.
HSL color Cylindrical-coordinate representation of color #FB77C7: hue angle of 323.64º 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 #FB77C7 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 199 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.02 |
| HSL | 323.64º | 0.94% | 0.73% | - |
| HSV(B) | 323.64º | 0.53% | 0.98% | - |
| XYZ | 56.69 | 37.83 | 58.35 | - |
| YUV | 167.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 199 | 0 | 0.53 | 0.21 | 0.02 | 323.64 | 0.94 | 0.73 |
| Hex | FB | 77 | C7 | 0 | 35 | 15 | 2 | 144 | 5E | 49 |
| Octal | 373 | 167 | 307 | 0 | 65 | 25 | 2 | 504 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11000111 | 0 | 110101 | 10101 | 10 | 101000100 | 1011110 | 1001001 |
Color Harmonies of #FB77C7
Complementary color
Monochromatic Colors of #FB77C7
Black with #FB77C7
Text Example
Text Example
White with #FB77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77C7; }
p { color: rgb(251,119,199); }
H1.HeaderClassName
{
color: #FB77C7;
}
.AnyTagClassName
{
color: #FB77C7;
}
</style>
background-color css
<style>
a { background-color: #FB77C7; }
a { background-color: rgb(251,119,199); }
div.DivClassName
{
background-color: #FB77C7;
}
.BgClassName
{
background-color: #FB77C7;
}
</style>
border-color css
<style>
span { border-color: #FB77C7; }
span { border-color: rgb(251,119,199); }
td.TdClassName
{
border-color: #FB77C7;
}
.TagClassName
{
border-color: #FB77C7;
}
</style>