Shades of Neon Pink #FB57C8
Tints of Neon Pink #FB57C8
RGB
CMYK
RGB Variations
Color information
#FB57C8 (or 0xFB57C8) is known color: Neon Pink. HEX triplet: FB, 57 and C8. RGB value is (251,87,200). Sum of RGB (Red+Green+Blue) = 251+87+200=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57C8 is #04A837. Grayscale: #949494. Windows color (decimal): -305208 or 13129723. OLE color: 13129723.
HSL color Cylindrical-coordinate representation of color #FB57C8: hue angle of 318.66º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB57C8 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 200 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.02 |
| HSL | 318.66º | 0.95% | 0.66% | - |
| HSV(B) | 318.66º | 0.65% | 0.98% | - |
| XYZ | 53.62 | 31.5 | 57.9 | - |
| YUV | 148.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 200 | 0 | 0.65 | 0.20 | 0.02 | 318.66 | 0.95 | 0.66 |
| Hex | FB | 57 | C8 | 0 | 41 | 14 | 2 | 13F | 5F | 42 |
| Octal | 373 | 127 | 310 | 0 | 101 | 24 | 2 | 477 | 137 | 102 |
| Binary | 11111011 | 1010111 | 11001000 | 0 | 1000001 | 10100 | 10 | 100111111 | 1011111 | 1000010 |
Color Harmonies of #FB57C8
Complementary color
Monochromatic Colors of #FB57C8
Black with #FB57C8
Text Example
Text Example
White with #FB57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57C8; }
p { color: rgb(251,87,200); }
H1.HeaderClassName
{
color: #FB57C8;
}
.AnyTagClassName
{
color: #FB57C8;
}
</style>
background-color css
<style>
a { background-color: #FB57C8; }
a { background-color: rgb(251,87,200); }
div.DivClassName
{
background-color: #FB57C8;
}
.BgClassName
{
background-color: #FB57C8;
}
</style>
border-color css
<style>
span { border-color: #FB57C8; }
span { border-color: rgb(251,87,200); }
td.TdClassName
{
border-color: #FB57C8;
}
.TagClassName
{
border-color: #FB57C8;
}
</style>