Shades of Neon Pink #FB78C9
Tints of Neon Pink #FB78C9
RGB
CMYK
RGB Variations
Color information
#FB78C9 (or 0xFB78C9) is known color: Neon Pink. HEX triplet: FB, 78 and C9. RGB value is (251,120,201). Sum of RGB (Red+Green+Blue) = 251+120+201=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78C9 is #048736. Grayscale: #A8A8A8. Windows color (decimal): -296759 or 13203707. OLE color: 13203707.
HSL color Cylindrical-coordinate representation of color #FB78C9: hue angle of 322.9º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB78C9 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 201 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.02 |
| HSL | 322.9º | 0.94% | 0.73% | - |
| HSV(B) | 322.9º | 0.52% | 0.98% | - |
| XYZ | 57.04 | 38.16 | 59.62 | - |
| YUV | 168.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 201 | 0 | 0.52 | 0.20 | 0.02 | 322.9 | 0.94 | 0.73 |
| Hex | FB | 78 | C9 | 0 | 34 | 14 | 2 | 143 | 5E | 49 |
| Octal | 373 | 170 | 311 | 0 | 64 | 24 | 2 | 503 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11001001 | 0 | 110100 | 10100 | 10 | 101000011 | 1011110 | 1001001 |
Color Harmonies of #FB78C9
Complementary color
Monochromatic Colors of #FB78C9
Black with #FB78C9
Text Example
Text Example
White with #FB78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78C9; }
p { color: rgb(251,120,201); }
H1.HeaderClassName
{
color: #FB78C9;
}
.AnyTagClassName
{
color: #FB78C9;
}
</style>
background-color css
<style>
a { background-color: #FB78C9; }
a { background-color: rgb(251,120,201); }
div.DivClassName
{
background-color: #FB78C9;
}
.BgClassName
{
background-color: #FB78C9;
}
</style>
border-color css
<style>
span { border-color: #FB78C9; }
span { border-color: rgb(251,120,201); }
td.TdClassName
{
border-color: #FB78C9;
}
.TagClassName
{
border-color: #FB78C9;
}
</style>