Shades of Neon Pink #FB77CF
Tints of Neon Pink #FB77CF
RGB
CMYK
RGB Variations
Color information
#FB77CF (or 0xFB77CF) is known color: Neon Pink. HEX triplet: FB, 77 and CF. RGB value is (251,119,207). Sum of RGB (Red+Green+Blue) = 251+119+207=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77CF is #048830. Grayscale: #A8A8A8. Windows color (decimal): -297009 or 13596667. OLE color: 13596667.
HSL color Cylindrical-coordinate representation of color #FB77CF: hue angle of 320º 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 #FB77CF is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 207 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.02 |
| HSL | 320º | 0.94% | 0.73% | - |
| HSV(B) | 320º | 0.53% | 0.98% | - |
| XYZ | 57.64 | 38.21 | 63.37 | - |
| YUV | 168.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 207 | 0 | 0.53 | 0.18 | 0.02 | 320 | 0.94 | 0.73 |
| Hex | FB | 77 | CF | 0 | 35 | 12 | 2 | 140 | 5E | 49 |
| Octal | 373 | 167 | 317 | 0 | 65 | 22 | 2 | 500 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11001111 | 0 | 110101 | 10010 | 10 | 101000000 | 1011110 | 1001001 |
Color Harmonies of #FB77CF
Complementary color
Monochromatic Colors of #FB77CF
Black with #FB77CF
Text Example
Text Example
White with #FB77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77CF; }
p { color: rgb(251,119,207); }
H1.HeaderClassName
{
color: #FB77CF;
}
.AnyTagClassName
{
color: #FB77CF;
}
</style>
background-color css
<style>
a { background-color: #FB77CF; }
a { background-color: rgb(251,119,207); }
div.DivClassName
{
background-color: #FB77CF;
}
.BgClassName
{
background-color: #FB77CF;
}
</style>
border-color css
<style>
span { border-color: #FB77CF; }
span { border-color: rgb(251,119,207); }
td.TdClassName
{
border-color: #FB77CF;
}
.TagClassName
{
border-color: #FB77CF;
}
</style>