Shades of Neon Pink #FB55CE
Tints of Neon Pink #FB55CE
RGB
CMYK
RGB Variations
Color information
#FB55CE (or 0xFB55CE) is known color: Neon Pink. HEX triplet: FB, 55 and CE. RGB value is (251,85,206). Sum of RGB (Red+Green+Blue) = 251+85+206=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55CE is #04AA31. Grayscale: #949494. Windows color (decimal): -305714 or 13522427. OLE color: 13522427.
HSL color Cylindrical-coordinate representation of color #FB55CE: hue angle of 316.27º 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 #FB55CE is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 206 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.02 |
| HSL | 316.27º | 0.95% | 0.66% | - |
| HSV(B) | 316.27º | 0.66% | 0.98% | - |
| XYZ | 54.17 | 31.46 | 61.61 | - |
| YUV | 148.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 206 | 0 | 0.66 | 0.18 | 0.02 | 316.27 | 0.95 | 0.66 |
| Hex | FB | 55 | CE | 0 | 42 | 12 | 2 | 13C | 5F | 42 |
| Octal | 373 | 125 | 316 | 0 | 102 | 22 | 2 | 474 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11001110 | 0 | 1000010 | 10010 | 10 | 100111100 | 1011111 | 1000010 |
Color Harmonies of #FB55CE
Complementary color
Monochromatic Colors of #FB55CE
Black with #FB55CE
Text Example
Text Example
White with #FB55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55CE; }
p { color: rgb(251,85,206); }
H1.HeaderClassName
{
color: #FB55CE;
}
.AnyTagClassName
{
color: #FB55CE;
}
</style>
background-color css
<style>
a { background-color: #FB55CE; }
a { background-color: rgb(251,85,206); }
div.DivClassName
{
background-color: #FB55CE;
}
.BgClassName
{
background-color: #FB55CE;
}
</style>
border-color css
<style>
span { border-color: #FB55CE; }
span { border-color: rgb(251,85,206); }
td.TdClassName
{
border-color: #FB55CE;
}
.TagClassName
{
border-color: #FB55CE;
}
</style>