Shades of Neon Pink #FB73C0
Tints of Neon Pink #FB73C0
RGB
CMYK
RGB Variations
Color information
#FB73C0 (or 0xFB73C0) is known color: Neon Pink. HEX triplet: FB, 73 and C0. RGB value is (251,115,192). Sum of RGB (Red+Green+Blue) = 251+115+192=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C0 is #048C3F. Grayscale: #A4A4A4. Windows color (decimal): -298048 or 12612603. OLE color: 12612603.
HSL color Cylindrical-coordinate representation of color #FB73C0: hue angle of 326.03º 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 #FB73C0 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 192 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 326.03º | 0.94% | 0.72% | - |
| HSV(B) | 326.03º | 0.54% | 0.98% | - |
| XYZ | 55.43 | 36.58 | 54.01 | - |
| YUV | 164.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 192 | 0 | 0.54 | 0.24 | 0.02 | 326.03 | 0.94 | 0.72 |
| Hex | FB | 73 | C0 | 0 | 36 | 18 | 2 | 146 | 5E | 48 |
| Octal | 373 | 163 | 300 | 0 | 66 | 30 | 2 | 506 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11000000 | 0 | 110110 | 11000 | 10 | 101000110 | 1011110 | 1001000 |
Color Harmonies of #FB73C0
Complementary color
Monochromatic Colors of #FB73C0
Black with #FB73C0
Text Example
Text Example
White with #FB73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73C0; }
p { color: rgb(251,115,192); }
H1.HeaderClassName
{
color: #FB73C0;
}
.AnyTagClassName
{
color: #FB73C0;
}
</style>
background-color css
<style>
a { background-color: #FB73C0; }
a { background-color: rgb(251,115,192); }
div.DivClassName
{
background-color: #FB73C0;
}
.BgClassName
{
background-color: #FB73C0;
}
</style>
border-color css
<style>
span { border-color: #FB73C0; }
span { border-color: rgb(251,115,192); }
td.TdClassName
{
border-color: #FB73C0;
}
.TagClassName
{
border-color: #FB73C0;
}
</style>