Shades of Neon Pink #FB78C8
Tints of Neon Pink #FB78C8
RGB
CMYK
RGB Variations
Color information
#FB78C8 (or 0xFB78C8) is known color: Neon Pink. HEX triplet: FB, 78 and C8. RGB value is (251,120,200). Sum of RGB (Red+Green+Blue) = 251+120+200=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78C8 is #048737. Grayscale: #A8A8A8. Windows color (decimal): -296760 or 13138171. OLE color: 13138171.
HSL color Cylindrical-coordinate representation of color #FB78C8: hue angle of 323.36º 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 #FB78C8 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 200 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.02 |
| HSL | 323.36º | 0.94% | 0.73% | - |
| HSV(B) | 323.36º | 0.52% | 0.98% | - |
| XYZ | 56.93 | 38.11 | 59 | - |
| YUV | 168.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 200 | 0 | 0.52 | 0.20 | 0.02 | 323.36 | 0.94 | 0.73 |
| Hex | FB | 78 | C8 | 0 | 34 | 14 | 2 | 143 | 5E | 49 |
| Octal | 373 | 170 | 310 | 0 | 64 | 24 | 2 | 503 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11001000 | 0 | 110100 | 10100 | 10 | 101000011 | 1011110 | 1001001 |
Color Harmonies of #FB78C8
Complementary color
Monochromatic Colors of #FB78C8
Black with #FB78C8
Text Example
Text Example
White with #FB78C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78C8; }
p { color: rgb(251,120,200); }
H1.HeaderClassName
{
color: #FB78C8;
}
.AnyTagClassName
{
color: #FB78C8;
}
</style>
background-color css
<style>
a { background-color: #FB78C8; }
a { background-color: rgb(251,120,200); }
div.DivClassName
{
background-color: #FB78C8;
}
.BgClassName
{
background-color: #FB78C8;
}
</style>
border-color css
<style>
span { border-color: #FB78C8; }
span { border-color: rgb(251,120,200); }
td.TdClassName
{
border-color: #FB78C8;
}
.TagClassName
{
border-color: #FB78C8;
}
</style>