Shades of Neon Pink #FB73C5
Tints of Neon Pink #FB73C5
RGB
CMYK
RGB Variations
Color information
#FB73C5 (or 0xFB73C5) is known color: Neon Pink. HEX triplet: FB, 73 and C5. RGB value is (251,115,197). Sum of RGB (Red+Green+Blue) = 251+115+197=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C5 is #048C3A. Grayscale: #A4A4A4. Windows color (decimal): -298043 or 12940283. OLE color: 12940283.
HSL color Cylindrical-coordinate representation of color #FB73C5: hue angle of 323.82º 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 #FB73C5 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 197 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.02 |
| HSL | 323.82º | 0.94% | 0.72% | - |
| HSV(B) | 323.82º | 0.54% | 0.98% | - |
| XYZ | 55.99 | 36.8 | 56.98 | - |
| YUV | 165.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 197 | 0 | 0.54 | 0.22 | 0.02 | 323.82 | 0.94 | 0.72 |
| Hex | FB | 73 | C5 | 0 | 36 | 16 | 2 | 144 | 5E | 48 |
| Octal | 373 | 163 | 305 | 0 | 66 | 26 | 2 | 504 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11000101 | 0 | 110110 | 10110 | 10 | 101000100 | 1011110 | 1001000 |
Color Harmonies of #FB73C5
Complementary color
Monochromatic Colors of #FB73C5
Black with #FB73C5
Text Example
Text Example
White with #FB73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73C5; }
p { color: rgb(251,115,197); }
H1.HeaderClassName
{
color: #FB73C5;
}
.AnyTagClassName
{
color: #FB73C5;
}
</style>
background-color css
<style>
a { background-color: #FB73C5; }
a { background-color: rgb(251,115,197); }
div.DivClassName
{
background-color: #FB73C5;
}
.BgClassName
{
background-color: #FB73C5;
}
</style>
border-color css
<style>
span { border-color: #FB73C5; }
span { border-color: rgb(251,115,197); }
td.TdClassName
{
border-color: #FB73C5;
}
.TagClassName
{
border-color: #FB73C5;
}
</style>