Shades of Neon Pink #FB55C8
Tints of Neon Pink #FB55C8
RGB
CMYK
RGB Variations
Color information
#FB55C8 (or 0xFB55C8) is known color: Neon Pink. HEX triplet: FB, 55 and C8. RGB value is (251,85,200). Sum of RGB (Red+Green+Blue) = 251+85+200=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55C8 is #04AA37. Grayscale: #939393. Windows color (decimal): -305720 or 13129211. OLE color: 13129211.
HSL color Cylindrical-coordinate representation of color #FB55C8: hue angle of 318.43º 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 #FB55C8 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 200 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.02 |
| HSL | 318.43º | 0.95% | 0.66% | - |
| HSV(B) | 318.43º | 0.66% | 0.98% | - |
| XYZ | 53.46 | 31.18 | 57.84 | - |
| YUV | 147.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 200 | 0 | 0.66 | 0.20 | 0.02 | 318.43 | 0.95 | 0.66 |
| Hex | FB | 55 | C8 | 0 | 42 | 14 | 2 | 13E | 5F | 42 |
| Octal | 373 | 125 | 310 | 0 | 102 | 24 | 2 | 476 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11001000 | 0 | 1000010 | 10100 | 10 | 100111110 | 1011111 | 1000010 |
Color Harmonies of #FB55C8
Complementary color
Monochromatic Colors of #FB55C8
Black with #FB55C8
Text Example
Text Example
White with #FB55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55C8; }
p { color: rgb(251,85,200); }
H1.HeaderClassName
{
color: #FB55C8;
}
.AnyTagClassName
{
color: #FB55C8;
}
</style>
background-color css
<style>
a { background-color: #FB55C8; }
a { background-color: rgb(251,85,200); }
div.DivClassName
{
background-color: #FB55C8;
}
.BgClassName
{
background-color: #FB55C8;
}
</style>
border-color css
<style>
span { border-color: #FB55C8; }
span { border-color: rgb(251,85,200); }
td.TdClassName
{
border-color: #FB55C8;
}
.TagClassName
{
border-color: #FB55C8;
}
</style>