Shades of Neon Pink #FB73D0
Tints of Neon Pink #FB73D0
RGB
CMYK
RGB Variations
Color information
#FB73D0 (or 0xFB73D0) is known color: Neon Pink. HEX triplet: FB, 73 and D0. RGB value is (251,115,208). Sum of RGB (Red+Green+Blue) = 251+115+208=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73D0 is #048C2F. Grayscale: #A6A6A6. Windows color (decimal): -298032 or 13661179. OLE color: 13661179.
HSL color Cylindrical-coordinate representation of color #FB73D0: hue angle of 318.97º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73D0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 208 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.02 |
| HSL | 318.97º | 0.94% | 0.72% | - |
| HSV(B) | 318.97º | 0.54% | 0.98% | - |
| XYZ | 57.3 | 37.32 | 63.86 | - |
| YUV | 166.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 208 | 0 | 0.54 | 0.17 | 0.02 | 318.97 | 0.94 | 0.72 |
| Hex | FB | 73 | D0 | 0 | 36 | 11 | 2 | 13F | 5E | 48 |
| Octal | 373 | 163 | 320 | 0 | 66 | 21 | 2 | 477 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11010000 | 0 | 110110 | 10001 | 10 | 100111111 | 1011110 | 1001000 |
Color Harmonies of #FB73D0
Complementary color
Monochromatic Colors of #FB73D0
Black with #FB73D0
Text Example
Text Example
White with #FB73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73D0; }
p { color: rgb(251,115,208); }
H1.HeaderClassName
{
color: #FB73D0;
}
.AnyTagClassName
{
color: #FB73D0;
}
</style>
background-color css
<style>
a { background-color: #FB73D0; }
a { background-color: rgb(251,115,208); }
div.DivClassName
{
background-color: #FB73D0;
}
.BgClassName
{
background-color: #FB73D0;
}
</style>
border-color css
<style>
span { border-color: #FB73D0; }
span { border-color: rgb(251,115,208); }
td.TdClassName
{
border-color: #FB73D0;
}
.TagClassName
{
border-color: #FB73D0;
}
</style>