Shades of Neon Pink #FB70D5
Tints of Neon Pink #FB70D5
RGB
CMYK
RGB Variations
Color information
#FB70D5 (or 0xFB70D5) is known color: Neon Pink. HEX triplet: FB, 70 and D5. RGB value is (251,112,213). Sum of RGB (Red+Green+Blue) = 251+112+213=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70D5 is #048F2A. Grayscale: #A4A4A4. Windows color (decimal): -298795 or 13988091. OLE color: 13988091.
HSL color Cylindrical-coordinate representation of color #FB70D5: hue angle of 316.4º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70D5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 213 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.02 |
| HSL | 316.4º | 0.95% | 0.71% | - |
| HSV(B) | 316.4º | 0.55% | 0.98% | - |
| XYZ | 57.59 | 36.9 | 67.04 | - |
| YUV | 165.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 213 | 0 | 0.55 | 0.15 | 0.02 | 316.4 | 0.95 | 0.71 |
| Hex | FB | 70 | D5 | 0 | 37 | F | 2 | 13C | 5F | 47 |
| Octal | 373 | 160 | 325 | 0 | 67 | 17 | 2 | 474 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11010101 | 0 | 110111 | 1111 | 10 | 100111100 | 1011111 | 1000111 |
Color Harmonies of #FB70D5
Complementary color
Monochromatic Colors of #FB70D5
Black with #FB70D5
Text Example
Text Example
White with #FB70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70D5; }
p { color: rgb(251,112,213); }
H1.HeaderClassName
{
color: #FB70D5;
}
.AnyTagClassName
{
color: #FB70D5;
}
</style>
background-color css
<style>
a { background-color: #FB70D5; }
a { background-color: rgb(251,112,213); }
div.DivClassName
{
background-color: #FB70D5;
}
.BgClassName
{
background-color: #FB70D5;
}
</style>
border-color css
<style>
span { border-color: #FB70D5; }
span { border-color: rgb(251,112,213); }
td.TdClassName
{
border-color: #FB70D5;
}
.TagClassName
{
border-color: #FB70D5;
}
</style>