Shades of Neon Pink #FB73C9
Tints of Neon Pink #FB73C9
RGB
CMYK
RGB Variations
Color information
#FB73C9 (or 0xFB73C9) is known color: Neon Pink. HEX triplet: FB, 73 and C9. RGB value is (251,115,201). Sum of RGB (Red+Green+Blue) = 251+115+201=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C9 is #048C36. Grayscale: #A5A5A5. Windows color (decimal): -298039 or 13202427. OLE color: 13202427.
HSL color Cylindrical-coordinate representation of color #FB73C9: hue angle of 322.06º 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 #FB73C9 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 201 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.02 |
| HSL | 322.06º | 0.94% | 0.72% | - |
| HSV(B) | 322.06º | 0.54% | 0.98% | - |
| XYZ | 56.46 | 36.99 | 59.42 | - |
| YUV | 165.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 201 | 0 | 0.54 | 0.20 | 0.02 | 322.06 | 0.94 | 0.72 |
| Hex | FB | 73 | C9 | 0 | 36 | 14 | 2 | 142 | 5E | 48 |
| Octal | 373 | 163 | 311 | 0 | 66 | 24 | 2 | 502 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11001001 | 0 | 110110 | 10100 | 10 | 101000010 | 1011110 | 1001000 |
Color Harmonies of #FB73C9
Complementary color
Monochromatic Colors of #FB73C9
Black with #FB73C9
Text Example
Text Example
White with #FB73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73C9; }
p { color: rgb(251,115,201); }
H1.HeaderClassName
{
color: #FB73C9;
}
.AnyTagClassName
{
color: #FB73C9;
}
</style>
background-color css
<style>
a { background-color: #FB73C9; }
a { background-color: rgb(251,115,201); }
div.DivClassName
{
background-color: #FB73C9;
}
.BgClassName
{
background-color: #FB73C9;
}
</style>
border-color css
<style>
span { border-color: #FB73C9; }
span { border-color: rgb(251,115,201); }
td.TdClassName
{
border-color: #FB73C9;
}
.TagClassName
{
border-color: #FB73C9;
}
</style>