Shades of Neon Pink #FB55D0
Tints of Neon Pink #FB55D0
RGB
CMYK
RGB Variations
Color information
#FB55D0 (or 0xFB55D0) is known color: Neon Pink. HEX triplet: FB, 55 and D0. RGB value is (251,85,208). Sum of RGB (Red+Green+Blue) = 251+85+208=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55D0 is #04AA2F. Grayscale: #949494. Windows color (decimal): -305712 or 13653499. OLE color: 13653499.
HSL color Cylindrical-coordinate representation of color #FB55D0: hue angle of 315.54º 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 #FB55D0 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 208 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.02 |
| HSL | 315.54º | 0.95% | 0.66% | - |
| HSV(B) | 315.54º | 0.66% | 0.98% | - |
| XYZ | 54.42 | 31.56 | 62.9 | - |
| YUV | 148.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 208 | 0 | 0.66 | 0.17 | 0.02 | 315.54 | 0.95 | 0.66 |
| Hex | FB | 55 | D0 | 0 | 42 | 11 | 2 | 13C | 5F | 42 |
| Octal | 373 | 125 | 320 | 0 | 102 | 21 | 2 | 474 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11010000 | 0 | 1000010 | 10001 | 10 | 100111100 | 1011111 | 1000010 |
Color Harmonies of #FB55D0
Complementary color
Monochromatic Colors of #FB55D0
Black with #FB55D0
Text Example
Text Example
White with #FB55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55D0; }
p { color: rgb(251,85,208); }
H1.HeaderClassName
{
color: #FB55D0;
}
.AnyTagClassName
{
color: #FB55D0;
}
</style>
background-color css
<style>
a { background-color: #FB55D0; }
a { background-color: rgb(251,85,208); }
div.DivClassName
{
background-color: #FB55D0;
}
.BgClassName
{
background-color: #FB55D0;
}
</style>
border-color css
<style>
span { border-color: #FB55D0; }
span { border-color: rgb(251,85,208); }
td.TdClassName
{
border-color: #FB55D0;
}
.TagClassName
{
border-color: #FB55D0;
}
</style>