Shades of Neon Pink #FB70D6
Tints of Neon Pink #FB70D6
RGB
CMYK
RGB Variations
Color information
#FB70D6 (or 0xFB70D6) is known color: Neon Pink. HEX triplet: FB, 70 and D6. RGB value is (251,112,214). Sum of RGB (Red+Green+Blue) = 251+112+214=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70D6 is #048F29. Grayscale: #A4A4A4. Windows color (decimal): -298794 or 14053627. OLE color: 14053627.
HSL color Cylindrical-coordinate representation of color #FB70D6: hue angle of 315.97º 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 #FB70D6 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 214 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.02 |
| HSL | 315.97º | 0.95% | 0.71% | - |
| HSV(B) | 315.97º | 0.55% | 0.98% | - |
| XYZ | 57.72 | 36.95 | 67.71 | - |
| YUV | 165.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 214 | 0 | 0.55 | 0.15 | 0.02 | 315.97 | 0.95 | 0.71 |
| Hex | FB | 70 | D6 | 0 | 37 | F | 2 | 13C | 5F | 47 |
| Octal | 373 | 160 | 326 | 0 | 67 | 17 | 2 | 474 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11010110 | 0 | 110111 | 1111 | 10 | 100111100 | 1011111 | 1000111 |
Color Harmonies of #FB70D6
Complementary color
Monochromatic Colors of #FB70D6
Black with #FB70D6
Text Example
Text Example
White with #FB70D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70D6; }
p { color: rgb(251,112,214); }
H1.HeaderClassName
{
color: #FB70D6;
}
.AnyTagClassName
{
color: #FB70D6;
}
</style>
background-color css
<style>
a { background-color: #FB70D6; }
a { background-color: rgb(251,112,214); }
div.DivClassName
{
background-color: #FB70D6;
}
.BgClassName
{
background-color: #FB70D6;
}
</style>
border-color css
<style>
span { border-color: #FB70D6; }
span { border-color: rgb(251,112,214); }
td.TdClassName
{
border-color: #FB70D6;
}
.TagClassName
{
border-color: #FB70D6;
}
</style>