Shades of Neon Pink #FB78D5
Tints of Neon Pink #FB78D5
RGB
CMYK
RGB Variations
Color information
#FB78D5 (or 0xFB78D5) is known color: Neon Pink. HEX triplet: FB, 78 and D5. RGB value is (251,120,213). Sum of RGB (Red+Green+Blue) = 251+120+213=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78D5 is #04872A. Grayscale: #A9A9A9. Windows color (decimal): -296747 or 13990139. OLE color: 13990139.
HSL color Cylindrical-coordinate representation of color #FB78D5: hue angle of 317.4º 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 #FB78D5 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 213 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.02 |
| HSL | 317.4º | 0.94% | 0.73% | - |
| HSV(B) | 317.4º | 0.52% | 0.98% | - |
| XYZ | 58.51 | 38.75 | 67.35 | - |
| YUV | 169.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 213 | 0 | 0.52 | 0.15 | 0.02 | 317.4 | 0.94 | 0.73 |
| Hex | FB | 78 | D5 | 0 | 34 | F | 2 | 13D | 5E | 49 |
| Octal | 373 | 170 | 325 | 0 | 64 | 17 | 2 | 475 | 136 | 111 |
| Binary | 11111011 | 1111000 | 11010101 | 0 | 110100 | 1111 | 10 | 100111101 | 1011110 | 1001001 |
Color Harmonies of #FB78D5
Complementary color
Monochromatic Colors of #FB78D5
Black with #FB78D5
Text Example
Text Example
White with #FB78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB78D5; }
p { color: rgb(251,120,213); }
H1.HeaderClassName
{
color: #FB78D5;
}
.AnyTagClassName
{
color: #FB78D5;
}
</style>
background-color css
<style>
a { background-color: #FB78D5; }
a { background-color: rgb(251,120,213); }
div.DivClassName
{
background-color: #FB78D5;
}
.BgClassName
{
background-color: #FB78D5;
}
</style>
border-color css
<style>
span { border-color: #FB78D5; }
span { border-color: rgb(251,120,213); }
td.TdClassName
{
border-color: #FB78D5;
}
.TagClassName
{
border-color: #FB78D5;
}
</style>