Shades of Neon Pink #FB57C0
Tints of Neon Pink #FB57C0
RGB
CMYK
RGB Variations
Color information
#FB57C0 (or 0xFB57C0) is known color: Neon Pink. HEX triplet: FB, 57 and C0. RGB value is (251,87,192). Sum of RGB (Red+Green+Blue) = 251+87+192=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB57C0 is #04A83F. Grayscale: #939393. Windows color (decimal): -305216 or 12605435. OLE color: 12605435.
HSL color Cylindrical-coordinate representation of color #FB57C0: hue angle of 321.59º 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 #FB57C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 192 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 321.59º | 0.95% | 0.66% | - |
| HSV(B) | 321.59º | 0.65% | 0.98% | - |
| XYZ | 52.71 | 31.13 | 53.1 | - |
| YUV | 148.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 192 | 0 | 0.65 | 0.24 | 0.02 | 321.59 | 0.95 | 0.66 |
| Hex | FB | 57 | C0 | 0 | 41 | 18 | 2 | 142 | 5F | 42 |
| Octal | 373 | 127 | 300 | 0 | 101 | 30 | 2 | 502 | 137 | 102 |
| Binary | 11111011 | 1010111 | 11000000 | 0 | 1000001 | 11000 | 10 | 101000010 | 1011111 | 1000010 |
Color Harmonies of #FB57C0
Complementary color
Monochromatic Colors of #FB57C0
Black with #FB57C0
Text Example
Text Example
White with #FB57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57C0; }
p { color: rgb(251,87,192); }
H1.HeaderClassName
{
color: #FB57C0;
}
.AnyTagClassName
{
color: #FB57C0;
}
</style>
background-color css
<style>
a { background-color: #FB57C0; }
a { background-color: rgb(251,87,192); }
div.DivClassName
{
background-color: #FB57C0;
}
.BgClassName
{
background-color: #FB57C0;
}
</style>
border-color css
<style>
span { border-color: #FB57C0; }
span { border-color: rgb(251,87,192); }
td.TdClassName
{
border-color: #FB57C0;
}
.TagClassName
{
border-color: #FB57C0;
}
</style>