Shades of Neon Pink #FB55C0
Tints of Neon Pink #FB55C0
RGB
CMYK
RGB Variations
Color information
#FB55C0 (or 0xFB55C0) is known color: Neon Pink. HEX triplet: FB, 55 and C0. RGB value is (251,85,192). Sum of RGB (Red+Green+Blue) = 251+85+192=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55C0 is #04AA3F. Grayscale: #929292. Windows color (decimal): -305728 or 12604923. OLE color: 12604923.
HSL color Cylindrical-coordinate representation of color #FB55C0: hue angle of 321.33º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55C0 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 192 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.02 |
| HSL | 321.33º | 0.95% | 0.66% | - |
| HSV(B) | 321.33º | 0.66% | 0.98% | - |
| XYZ | 52.55 | 30.81 | 53.05 | - |
| YUV | 146.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 192 | 0 | 0.66 | 0.24 | 0.02 | 321.33 | 0.95 | 0.66 |
| Hex | FB | 55 | C0 | 0 | 42 | 18 | 2 | 141 | 5F | 42 |
| Octal | 373 | 125 | 300 | 0 | 102 | 30 | 2 | 501 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11000000 | 0 | 1000010 | 11000 | 10 | 101000001 | 1011111 | 1000010 |
Color Harmonies of #FB55C0
Complementary color
Monochromatic Colors of #FB55C0
Black with #FB55C0
Text Example
Text Example
White with #FB55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55C0; }
p { color: rgb(251,85,192); }
H1.HeaderClassName
{
color: #FB55C0;
}
.AnyTagClassName
{
color: #FB55C0;
}
</style>
background-color css
<style>
a { background-color: #FB55C0; }
a { background-color: rgb(251,85,192); }
div.DivClassName
{
background-color: #FB55C0;
}
.BgClassName
{
background-color: #FB55C0;
}
</style>
border-color css
<style>
span { border-color: #FB55C0; }
span { border-color: rgb(251,85,192); }
td.TdClassName
{
border-color: #FB55C0;
}
.TagClassName
{
border-color: #FB55C0;
}
</style>