Shades of Neon Pink #FB73C6
Tints of Neon Pink #FB73C6
RGB
CMYK
RGB Variations
Color information
#FB73C6 (or 0xFB73C6) is known color: Neon Pink. HEX triplet: FB, 73 and C6. RGB value is (251,115,198). Sum of RGB (Red+Green+Blue) = 251+115+198=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C6 is #048C39. Grayscale: #A4A4A4. Windows color (decimal): -298042 or 13005819. OLE color: 13005819.
HSL color Cylindrical-coordinate representation of color #FB73C6: hue angle of 323.38º 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 #FB73C6 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 198 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.02 |
| HSL | 323.38º | 0.94% | 0.72% | - |
| HSV(B) | 323.38º | 0.54% | 0.98% | - |
| XYZ | 56.11 | 36.85 | 57.58 | - |
| YUV | 165.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 198 | 0 | 0.54 | 0.21 | 0.02 | 323.38 | 0.94 | 0.72 |
| Hex | FB | 73 | C6 | 0 | 36 | 15 | 2 | 143 | 5E | 48 |
| Octal | 373 | 163 | 306 | 0 | 66 | 25 | 2 | 503 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11000110 | 0 | 110110 | 10101 | 10 | 101000011 | 1011110 | 1001000 |
Color Harmonies of #FB73C6
Complementary color
Monochromatic Colors of #FB73C6
Black with #FB73C6
Text Example
Text Example
White with #FB73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73C6; }
p { color: rgb(251,115,198); }
H1.HeaderClassName
{
color: #FB73C6;
}
.AnyTagClassName
{
color: #FB73C6;
}
</style>
background-color css
<style>
a { background-color: #FB73C6; }
a { background-color: rgb(251,115,198); }
div.DivClassName
{
background-color: #FB73C6;
}
.BgClassName
{
background-color: #FB73C6;
}
</style>
border-color css
<style>
span { border-color: #FB73C6; }
span { border-color: rgb(251,115,198); }
td.TdClassName
{
border-color: #FB73C6;
}
.TagClassName
{
border-color: #FB73C6;
}
</style>