Shades of Neon Pink #FB73D1
Tints of Neon Pink #FB73D1
RGB
CMYK
RGB Variations
Color information
#FB73D1 (or 0xFB73D1) is known color: Neon Pink. HEX triplet: FB, 73 and D1. RGB value is (251,115,209). Sum of RGB (Red+Green+Blue) = 251+115+209=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73D1 is #048C2E. Grayscale: #A6A6A6. Windows color (decimal): -298031 or 13726715. OLE color: 13726715.
HSL color Cylindrical-coordinate representation of color #FB73D1: hue angle of 318.53º 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 #FB73D1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 209 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.02 |
| HSL | 318.53º | 0.94% | 0.72% | - |
| HSV(B) | 318.53º | 0.54% | 0.98% | - |
| XYZ | 57.42 | 37.37 | 64.51 | - |
| YUV | 166.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 209 | 0 | 0.54 | 0.17 | 0.02 | 318.53 | 0.94 | 0.72 |
| Hex | FB | 73 | D1 | 0 | 36 | 11 | 2 | 13F | 5E | 48 |
| Octal | 373 | 163 | 321 | 0 | 66 | 21 | 2 | 477 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11010001 | 0 | 110110 | 10001 | 10 | 100111111 | 1011110 | 1001000 |
Color Harmonies of #FB73D1
Complementary color
Monochromatic Colors of #FB73D1
Black with #FB73D1
Text Example
Text Example
White with #FB73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73D1; }
p { color: rgb(251,115,209); }
H1.HeaderClassName
{
color: #FB73D1;
}
.AnyTagClassName
{
color: #FB73D1;
}
</style>
background-color css
<style>
a { background-color: #FB73D1; }
a { background-color: rgb(251,115,209); }
div.DivClassName
{
background-color: #FB73D1;
}
.BgClassName
{
background-color: #FB73D1;
}
</style>
border-color css
<style>
span { border-color: #FB73D1; }
span { border-color: rgb(251,115,209); }
td.TdClassName
{
border-color: #FB73D1;
}
.TagClassName
{
border-color: #FB73D1;
}
</style>