Shades of Neon Pink #FB72C0
Tints of Neon Pink #FB72C0
RGB
CMYK
RGB Variations
Color information
#FB72C0 (or 0xFB72C0) is known color: Neon Pink. HEX triplet: FB, 72 and C0. RGB value is (251,114,192). Sum of RGB (Red+Green+Blue) = 251+114+192=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72C0 is #048D3F. Grayscale: #A3A3A3. Windows color (decimal): -298304 or 12612347. OLE color: 12612347.
HSL color Cylindrical-coordinate representation of color #FB72C0: hue angle of 325.84º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB72C0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 192 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.02 |
| HSL | 325.84º | 0.94% | 0.72% | - |
| HSV(B) | 325.84º | 0.55% | 0.98% | - |
| XYZ | 55.32 | 36.35 | 53.97 | - |
| YUV | 163.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 192 | 0 | 0.55 | 0.24 | 0.02 | 325.84 | 0.94 | 0.72 |
| Hex | FB | 72 | C0 | 0 | 37 | 18 | 2 | 146 | 5E | 48 |
| Octal | 373 | 162 | 300 | 0 | 67 | 30 | 2 | 506 | 136 | 110 |
| Binary | 11111011 | 1110010 | 11000000 | 0 | 110111 | 11000 | 10 | 101000110 | 1011110 | 1001000 |
Color Harmonies of #FB72C0
Complementary color
Monochromatic Colors of #FB72C0
Black with #FB72C0
Text Example
Text Example
White with #FB72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB72C0; }
p { color: rgb(251,114,192); }
H1.HeaderClassName
{
color: #FB72C0;
}
.AnyTagClassName
{
color: #FB72C0;
}
</style>
background-color css
<style>
a { background-color: #FB72C0; }
a { background-color: rgb(251,114,192); }
div.DivClassName
{
background-color: #FB72C0;
}
.BgClassName
{
background-color: #FB72C0;
}
</style>
border-color css
<style>
span { border-color: #FB72C0; }
span { border-color: rgb(251,114,192); }
td.TdClassName
{
border-color: #FB72C0;
}
.TagClassName
{
border-color: #FB72C0;
}
</style>