Shades of Neon Pink #FB73C2
Tints of Neon Pink #FB73C2
RGB
CMYK
RGB Variations
Color information
#FB73C2 (or 0xFB73C2) is known color: Neon Pink. HEX triplet: FB, 73 and C2. RGB value is (251,115,194). Sum of RGB (Red+Green+Blue) = 251+115+194=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C2 is #048C3D. Grayscale: #A4A4A4. Windows color (decimal): -298046 or 12743675. OLE color: 12743675.
HSL color Cylindrical-coordinate representation of color #FB73C2: hue angle of 325.15º 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 #FB73C2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 194 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.02 |
| HSL | 325.15º | 0.94% | 0.72% | - |
| HSV(B) | 325.15º | 0.54% | 0.98% | - |
| XYZ | 55.65 | 36.67 | 55.18 | - |
| YUV | 164.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 194 | 0 | 0.54 | 0.23 | 0.02 | 325.15 | 0.94 | 0.72 |
| Hex | FB | 73 | C2 | 0 | 36 | 17 | 2 | 145 | 5E | 48 |
| Octal | 373 | 163 | 302 | 0 | 66 | 27 | 2 | 505 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11000010 | 0 | 110110 | 10111 | 10 | 101000101 | 1011110 | 1001000 |
Color Harmonies of #FB73C2
Complementary color
Monochromatic Colors of #FB73C2
Black with #FB73C2
Text Example
Text Example
White with #FB73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73C2; }
p { color: rgb(251,115,194); }
H1.HeaderClassName
{
color: #FB73C2;
}
.AnyTagClassName
{
color: #FB73C2;
}
</style>
background-color css
<style>
a { background-color: #FB73C2; }
a { background-color: rgb(251,115,194); }
div.DivClassName
{
background-color: #FB73C2;
}
.BgClassName
{
background-color: #FB73C2;
}
</style>
border-color css
<style>
span { border-color: #FB73C2; }
span { border-color: rgb(251,115,194); }
td.TdClassName
{
border-color: #FB73C2;
}
.TagClassName
{
border-color: #FB73C2;
}
</style>