Shades of Neon Pink #FB77D0
Tints of Neon Pink #FB77D0
RGB
CMYK
RGB Variations
Color information
#FB77D0 (or 0xFB77D0) is known color: Neon Pink. HEX triplet: FB, 77 and D0. RGB value is (251,119,208). Sum of RGB (Red+Green+Blue) = 251+119+208=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77D0 is #04882F. Grayscale: #A8A8A8. Windows color (decimal): -297008 or 13662203. OLE color: 13662203.
HSL color Cylindrical-coordinate representation of color #FB77D0: hue angle of 319.55º 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 #FB77D0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 208 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.02 |
| HSL | 319.55º | 0.94% | 0.73% | - |
| HSV(B) | 319.55º | 0.53% | 0.98% | - |
| XYZ | 57.77 | 38.26 | 64.01 | - |
| YUV | 168.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 208 | 0 | 0.53 | 0.17 | 0.02 | 319.55 | 0.94 | 0.73 |
| Hex | FB | 77 | D0 | 0 | 35 | 11 | 2 | 140 | 5E | 49 |
| Octal | 373 | 167 | 320 | 0 | 65 | 21 | 2 | 500 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11010000 | 0 | 110101 | 10001 | 10 | 101000000 | 1011110 | 1001001 |
Color Harmonies of #FB77D0
Complementary color
Monochromatic Colors of #FB77D0
Black with #FB77D0
Text Example
Text Example
White with #FB77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77D0; }
p { color: rgb(251,119,208); }
H1.HeaderClassName
{
color: #FB77D0;
}
.AnyTagClassName
{
color: #FB77D0;
}
</style>
background-color css
<style>
a { background-color: #FB77D0; }
a { background-color: rgb(251,119,208); }
div.DivClassName
{
background-color: #FB77D0;
}
.BgClassName
{
background-color: #FB77D0;
}
</style>
border-color css
<style>
span { border-color: #FB77D0; }
span { border-color: rgb(251,119,208); }
td.TdClassName
{
border-color: #FB77D0;
}
.TagClassName
{
border-color: #FB77D0;
}
</style>