Shades of Neon Pink #FB77CC
Tints of Neon Pink #FB77CC
RGB
CMYK
RGB Variations
Color information
#FB77CC (or 0xFB77CC) is known color: Neon Pink. HEX triplet: FB, 77 and CC. RGB value is (251,119,204). Sum of RGB (Red+Green+Blue) = 251+119+204=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77CC is #048833. Grayscale: #A7A7A7. Windows color (decimal): -297012 or 13400059. OLE color: 13400059.
HSL color Cylindrical-coordinate representation of color #FB77CC: hue angle of 321.36º 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 #FB77CC is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 204 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.02 |
| HSL | 321.36º | 0.94% | 0.73% | - |
| HSV(B) | 321.36º | 0.53% | 0.98% | - |
| XYZ | 57.28 | 38.06 | 61.45 | - |
| YUV | 168.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 204 | 0 | 0.53 | 0.19 | 0.02 | 321.36 | 0.94 | 0.73 |
| Hex | FB | 77 | CC | 0 | 35 | 13 | 2 | 141 | 5E | 49 |
| Octal | 373 | 167 | 314 | 0 | 65 | 23 | 2 | 501 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11001100 | 0 | 110101 | 10011 | 10 | 101000001 | 1011110 | 1001001 |
Color Harmonies of #FB77CC
Complementary color
Monochromatic Colors of #FB77CC
Black with #FB77CC
Text Example
Text Example
White with #FB77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77CC; }
p { color: rgb(251,119,204); }
H1.HeaderClassName
{
color: #FB77CC;
}
.AnyTagClassName
{
color: #FB77CC;
}
</style>
background-color css
<style>
a { background-color: #FB77CC; }
a { background-color: rgb(251,119,204); }
div.DivClassName
{
background-color: #FB77CC;
}
.BgClassName
{
background-color: #FB77CC;
}
</style>
border-color css
<style>
span { border-color: #FB77CC; }
span { border-color: rgb(251,119,204); }
td.TdClassName
{
border-color: #FB77CC;
}
.TagClassName
{
border-color: #FB77CC;
}
</style>