Shades of Neon Pink #FB55C9
Tints of Neon Pink #FB55C9
RGB
CMYK
RGB Variations
Color information
#FB55C9 (or 0xFB55C9) is known color: Neon Pink. HEX triplet: FB, 55 and C9. RGB value is (251,85,201). Sum of RGB (Red+Green+Blue) = 251+85+201=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55C9 is #04AA36. Grayscale: #939393. Windows color (decimal): -305719 or 13194747. OLE color: 13194747.
HSL color Cylindrical-coordinate representation of color #FB55C9: hue angle of 318.07º 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 #FB55C9 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 201 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.02 |
| HSL | 318.07º | 0.95% | 0.66% | - |
| HSV(B) | 318.07º | 0.66% | 0.98% | - |
| XYZ | 53.57 | 31.22 | 58.46 | - |
| YUV | 147.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 201 | 0 | 0.66 | 0.20 | 0.02 | 318.07 | 0.95 | 0.66 |
| Hex | FB | 55 | C9 | 0 | 42 | 14 | 2 | 13E | 5F | 42 |
| Octal | 373 | 125 | 311 | 0 | 102 | 24 | 2 | 476 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11001001 | 0 | 1000010 | 10100 | 10 | 100111110 | 1011111 | 1000010 |
Color Harmonies of #FB55C9
Complementary color
Monochromatic Colors of #FB55C9
Black with #FB55C9
Text Example
Text Example
White with #FB55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55C9; }
p { color: rgb(251,85,201); }
H1.HeaderClassName
{
color: #FB55C9;
}
.AnyTagClassName
{
color: #FB55C9;
}
</style>
background-color css
<style>
a { background-color: #FB55C9; }
a { background-color: rgb(251,85,201); }
div.DivClassName
{
background-color: #FB55C9;
}
.BgClassName
{
background-color: #FB55C9;
}
</style>
border-color css
<style>
span { border-color: #FB55C9; }
span { border-color: rgb(251,85,201); }
td.TdClassName
{
border-color: #FB55C9;
}
.TagClassName
{
border-color: #FB55C9;
}
</style>