Shades of Neon Pink #FB72D5
Tints of Neon Pink #FB72D5
RGB
CMYK
RGB Variations
Color information
#FB72D5 (or 0xFB72D5) is known color: Neon Pink. HEX triplet: FB, 72 and D5. RGB value is (251,114,213). Sum of RGB (Red+Green+Blue) = 251+114+213=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72D5 is #048D2A. Grayscale: #A5A5A5. Windows color (decimal): -298283 or 13988603. OLE color: 13988603.
HSL color Cylindrical-coordinate representation of color #FB72D5: hue angle of 316.64º 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 #FB72D5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 213 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.02 |
| HSL | 316.64º | 0.94% | 0.72% | - |
| HSV(B) | 316.64º | 0.55% | 0.98% | - |
| XYZ | 57.81 | 37.35 | 67.11 | - |
| YUV | 166.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 213 | 0 | 0.55 | 0.15 | 0.02 | 316.64 | 0.94 | 0.72 |
| Hex | FB | 72 | D5 | 0 | 37 | F | 2 | 13D | 5E | 48 |
| Octal | 373 | 162 | 325 | 0 | 67 | 17 | 2 | 475 | 136 | 110 |
| Binary | 11111011 | 1110010 | 11010101 | 0 | 110111 | 1111 | 10 | 100111101 | 1011110 | 1001000 |
Color Harmonies of #FB72D5
Complementary color
Monochromatic Colors of #FB72D5
Black with #FB72D5
Text Example
Text Example
White with #FB72D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB72D5; }
p { color: rgb(251,114,213); }
H1.HeaderClassName
{
color: #FB72D5;
}
.AnyTagClassName
{
color: #FB72D5;
}
</style>
background-color css
<style>
a { background-color: #FB72D5; }
a { background-color: rgb(251,114,213); }
div.DivClassName
{
background-color: #FB72D5;
}
.BgClassName
{
background-color: #FB72D5;
}
</style>
border-color css
<style>
span { border-color: #FB72D5; }
span { border-color: rgb(251,114,213); }
td.TdClassName
{
border-color: #FB72D5;
}
.TagClassName
{
border-color: #FB72D5;
}
</style>