Shades of Neon Pink #FB72C8
Tints of Neon Pink #FB72C8
RGB
CMYK
RGB Variations
Color information
#FB72C8 (or 0xFB72C8) is known color: Neon Pink. HEX triplet: FB, 72 and C8. RGB value is (251,114,200). Sum of RGB (Red+Green+Blue) = 251+114+200=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72C8 is #048D37. Grayscale: #A4A4A4. Windows color (decimal): -298296 or 13136635. OLE color: 13136635.
HSL color Cylindrical-coordinate representation of color #FB72C8: hue angle of 322.34º 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 #FB72C8 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 200 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.02 |
| HSL | 322.34º | 0.94% | 0.72% | - |
| HSV(B) | 322.34º | 0.55% | 0.98% | - |
| XYZ | 56.23 | 36.71 | 58.77 | - |
| YUV | 164.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 200 | 0 | 0.55 | 0.20 | 0.02 | 322.34 | 0.94 | 0.72 |
| Hex | FB | 72 | C8 | 0 | 37 | 14 | 2 | 142 | 5E | 48 |
| Octal | 373 | 162 | 310 | 0 | 67 | 24 | 2 | 502 | 136 | 110 |
| Binary | 11111011 | 1110010 | 11001000 | 0 | 110111 | 10100 | 10 | 101000010 | 1011110 | 1001000 |
Color Harmonies of #FB72C8
Complementary color
Monochromatic Colors of #FB72C8
Black with #FB72C8
Text Example
Text Example
White with #FB72C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB72C8; }
p { color: rgb(251,114,200); }
H1.HeaderClassName
{
color: #FB72C8;
}
.AnyTagClassName
{
color: #FB72C8;
}
</style>
background-color css
<style>
a { background-color: #FB72C8; }
a { background-color: rgb(251,114,200); }
div.DivClassName
{
background-color: #FB72C8;
}
.BgClassName
{
background-color: #FB72C8;
}
</style>
border-color css
<style>
span { border-color: #FB72C8; }
span { border-color: rgb(251,114,200); }
td.TdClassName
{
border-color: #FB72C8;
}
.TagClassName
{
border-color: #FB72C8;
}
</style>