Shades of Neon Pink #FB73D4
Tints of Neon Pink #FB73D4
RGB
CMYK
RGB Variations
Color information
#FB73D4 (or 0xFB73D4) is known color: Neon Pink. HEX triplet: FB, 73 and D4. RGB value is (251,115,212). Sum of RGB (Red+Green+Blue) = 251+115+212=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73D4 is #048C2B. Grayscale: #A6A6A6. Windows color (decimal): -298028 or 13923323. OLE color: 13923323.
HSL color Cylindrical-coordinate representation of color #FB73D4: hue angle of 317.21º 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 #FB73D4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 212 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.02 |
| HSL | 317.21º | 0.94% | 0.72% | - |
| HSV(B) | 317.21º | 0.54% | 0.98% | - |
| XYZ | 57.8 | 37.52 | 66.48 | - |
| YUV | 166.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 212 | 0 | 0.54 | 0.16 | 0.02 | 317.21 | 0.94 | 0.72 |
| Hex | FB | 73 | D4 | 0 | 36 | 10 | 2 | 13D | 5E | 48 |
| Octal | 373 | 163 | 324 | 0 | 66 | 20 | 2 | 475 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11010100 | 0 | 110110 | 10000 | 10 | 100111101 | 1011110 | 1001000 |
Color Harmonies of #FB73D4
Complementary color
Monochromatic Colors of #FB73D4
Black with #FB73D4
Text Example
Text Example
White with #FB73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73D4; }
p { color: rgb(251,115,212); }
H1.HeaderClassName
{
color: #FB73D4;
}
.AnyTagClassName
{
color: #FB73D4;
}
</style>
background-color css
<style>
a { background-color: #FB73D4; }
a { background-color: rgb(251,115,212); }
div.DivClassName
{
background-color: #FB73D4;
}
.BgClassName
{
background-color: #FB73D4;
}
</style>
border-color css
<style>
span { border-color: #FB73D4; }
span { border-color: rgb(251,115,212); }
td.TdClassName
{
border-color: #FB73D4;
}
.TagClassName
{
border-color: #FB73D4;
}
</style>