Shades of Neon Pink #FB77C3
Tints of Neon Pink #FB77C3
RGB
CMYK
RGB Variations
Color information
#FB77C3 (or 0xFB77C3) is known color: Neon Pink. HEX triplet: FB, 77 and C3. RGB value is (251,119,195). Sum of RGB (Red+Green+Blue) = 251+119+195=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77C3 is #04883C. Grayscale: #A6A6A6. Windows color (decimal): -297021 or 12810235. OLE color: 12810235.
HSL color Cylindrical-coordinate representation of color #FB77C3: hue angle of 325.45º 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 #FB77C3 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 195 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.02 |
| HSL | 325.45º | 0.94% | 0.73% | - |
| HSV(B) | 325.45º | 0.53% | 0.98% | - |
| XYZ | 56.23 | 37.64 | 55.93 | - |
| YUV | 167.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 195 | 0 | 0.53 | 0.22 | 0.02 | 325.45 | 0.94 | 0.73 |
| Hex | FB | 77 | C3 | 0 | 35 | 16 | 2 | 145 | 5E | 49 |
| Octal | 373 | 167 | 303 | 0 | 65 | 26 | 2 | 505 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11000011 | 0 | 110101 | 10110 | 10 | 101000101 | 1011110 | 1001001 |
Color Harmonies of #FB77C3
Complementary color
Monochromatic Colors of #FB77C3
Black with #FB77C3
Text Example
Text Example
White with #FB77C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77C3; }
p { color: rgb(251,119,195); }
H1.HeaderClassName
{
color: #FB77C3;
}
.AnyTagClassName
{
color: #FB77C3;
}
</style>
background-color css
<style>
a { background-color: #FB77C3; }
a { background-color: rgb(251,119,195); }
div.DivClassName
{
background-color: #FB77C3;
}
.BgClassName
{
background-color: #FB77C3;
}
</style>
border-color css
<style>
span { border-color: #FB77C3; }
span { border-color: rgb(251,119,195); }
td.TdClassName
{
border-color: #FB77C3;
}
.TagClassName
{
border-color: #FB77C3;
}
</style>