Shades of Neon Pink #FB73CF
Tints of Neon Pink #FB73CF
RGB
CMYK
RGB Variations
Color information
#FB73CF (or 0xFB73CF) is known color: Neon Pink. HEX triplet: FB, 73 and CF. RGB value is (251,115,207). Sum of RGB (Red+Green+Blue) = 251+115+207=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73CF is #048C30. Grayscale: #A5A5A5. Windows color (decimal): -298033 or 13595643. OLE color: 13595643.
HSL color Cylindrical-coordinate representation of color #FB73CF: hue angle of 319.41º 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 #FB73CF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 207 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.02 |
| HSL | 319.41º | 0.94% | 0.72% | - |
| HSV(B) | 319.41º | 0.54% | 0.98% | - |
| XYZ | 57.18 | 37.28 | 63.21 | - |
| YUV | 166.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 207 | 0 | 0.54 | 0.18 | 0.02 | 319.41 | 0.94 | 0.72 |
| Hex | FB | 73 | CF | 0 | 36 | 12 | 2 | 13F | 5E | 48 |
| Octal | 373 | 163 | 317 | 0 | 66 | 22 | 2 | 477 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11001111 | 0 | 110110 | 10010 | 10 | 100111111 | 1011110 | 1001000 |
Color Harmonies of #FB73CF
Complementary color
Monochromatic Colors of #FB73CF
Black with #FB73CF
Text Example
Text Example
White with #FB73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73CF; }
p { color: rgb(251,115,207); }
H1.HeaderClassName
{
color: #FB73CF;
}
.AnyTagClassName
{
color: #FB73CF;
}
</style>
background-color css
<style>
a { background-color: #FB73CF; }
a { background-color: rgb(251,115,207); }
div.DivClassName
{
background-color: #FB73CF;
}
.BgClassName
{
background-color: #FB73CF;
}
</style>
border-color css
<style>
span { border-color: #FB73CF; }
span { border-color: rgb(251,115,207); }
td.TdClassName
{
border-color: #FB73CF;
}
.TagClassName
{
border-color: #FB73CF;
}
</style>