Shades of Neon Pink #FB77CB
Tints of Neon Pink #FB77CB
RGB
CMYK
RGB Variations
Color information
#FB77CB (or 0xFB77CB) is known color: Neon Pink. HEX triplet: FB, 77 and CB. RGB value is (251,119,203). Sum of RGB (Red+Green+Blue) = 251+119+203=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77CB is #048834. Grayscale: #A7A7A7. Windows color (decimal): -297013 or 13334523. OLE color: 13334523.
HSL color Cylindrical-coordinate representation of color #FB77CB: hue angle of 321.82º 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 #FB77CB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 203 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.02 |
| HSL | 321.82º | 0.94% | 0.73% | - |
| HSV(B) | 321.82º | 0.53% | 0.98% | - |
| XYZ | 57.16 | 38.01 | 60.82 | - |
| YUV | 168.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 203 | 0 | 0.53 | 0.19 | 0.02 | 321.82 | 0.94 | 0.73 |
| Hex | FB | 77 | CB | 0 | 35 | 13 | 2 | 142 | 5E | 49 |
| Octal | 373 | 167 | 313 | 0 | 65 | 23 | 2 | 502 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11001011 | 0 | 110101 | 10011 | 10 | 101000010 | 1011110 | 1001001 |
Color Harmonies of #FB77CB
Complementary color
Monochromatic Colors of #FB77CB
Black with #FB77CB
Text Example
Text Example
White with #FB77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77CB; }
p { color: rgb(251,119,203); }
H1.HeaderClassName
{
color: #FB77CB;
}
.AnyTagClassName
{
color: #FB77CB;
}
</style>
background-color css
<style>
a { background-color: #FB77CB; }
a { background-color: rgb(251,119,203); }
div.DivClassName
{
background-color: #FB77CB;
}
.BgClassName
{
background-color: #FB77CB;
}
</style>
border-color css
<style>
span { border-color: #FB77CB; }
span { border-color: rgb(251,119,203); }
td.TdClassName
{
border-color: #FB77CB;
}
.TagClassName
{
border-color: #FB77CB;
}
</style>