Shades of Neon Pink #FB70C8
Tints of Neon Pink #FB70C8
RGB
CMYK
RGB Variations
Color information
#FB70C8 (or 0xFB70C8) is known color: Neon Pink. HEX triplet: FB, 70 and C8. RGB value is (251,112,200). Sum of RGB (Red+Green+Blue) = 251+112+200=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70C8 is #048F37. Grayscale: #A3A3A3. Windows color (decimal): -298808 or 13136123. OLE color: 13136123.
HSL color Cylindrical-coordinate representation of color #FB70C8: hue angle of 322.01º 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 #FB70C8 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 200 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.02 |
| HSL | 322.01º | 0.95% | 0.71% | - |
| HSV(B) | 322.01º | 0.55% | 0.98% | - |
| XYZ | 56 | 36.27 | 58.69 | - |
| YUV | 163.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 200 | 0 | 0.55 | 0.20 | 0.02 | 322.01 | 0.95 | 0.71 |
| Hex | FB | 70 | C8 | 0 | 37 | 14 | 2 | 142 | 5F | 47 |
| Octal | 373 | 160 | 310 | 0 | 67 | 24 | 2 | 502 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11001000 | 0 | 110111 | 10100 | 10 | 101000010 | 1011111 | 1000111 |
Color Harmonies of #FB70C8
Complementary color
Monochromatic Colors of #FB70C8
Black with #FB70C8
Text Example
Text Example
White with #FB70C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70C8; }
p { color: rgb(251,112,200); }
H1.HeaderClassName
{
color: #FB70C8;
}
.AnyTagClassName
{
color: #FB70C8;
}
</style>
background-color css
<style>
a { background-color: #FB70C8; }
a { background-color: rgb(251,112,200); }
div.DivClassName
{
background-color: #FB70C8;
}
.BgClassName
{
background-color: #FB70C8;
}
</style>
border-color css
<style>
span { border-color: #FB70C8; }
span { border-color: rgb(251,112,200); }
td.TdClassName
{
border-color: #FB70C8;
}
.TagClassName
{
border-color: #FB70C8;
}
</style>