Shades of Neon Pink #FB55C2
Tints of Neon Pink #FB55C2
RGB
CMYK
RGB Variations
Color information
#FB55C2 (or 0xFB55C2) is known color: Neon Pink. HEX triplet: FB, 55 and C2. RGB value is (251,85,194). Sum of RGB (Red+Green+Blue) = 251+85+194=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55C2 is #04AA3D. Grayscale: #929292. Windows color (decimal): -305726 or 12735995. OLE color: 12735995.
HSL color Cylindrical-coordinate representation of color #FB55C2: hue angle of 320.6º 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 #FB55C2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 194 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 320.6º | 0.95% | 0.66% | - |
| HSV(B) | 320.6º | 0.66% | 0.98% | - |
| XYZ | 52.77 | 30.9 | 54.22 | - |
| YUV | 147.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 194 | 0 | 0.66 | 0.23 | 0.02 | 320.6 | 0.95 | 0.66 |
| Hex | FB | 55 | C2 | 0 | 42 | 17 | 2 | 141 | 5F | 42 |
| Octal | 373 | 125 | 302 | 0 | 102 | 27 | 2 | 501 | 137 | 102 |
| Binary | 11111011 | 1010101 | 11000010 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011111 | 1000010 |
Color Harmonies of #FB55C2
Complementary color
Monochromatic Colors of #FB55C2
Black with #FB55C2
Text Example
Text Example
White with #FB55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55C2; }
p { color: rgb(251,85,194); }
H1.HeaderClassName
{
color: #FB55C2;
}
.AnyTagClassName
{
color: #FB55C2;
}
</style>
background-color css
<style>
a { background-color: #FB55C2; }
a { background-color: rgb(251,85,194); }
div.DivClassName
{
background-color: #FB55C2;
}
.BgClassName
{
background-color: #FB55C2;
}
</style>
border-color css
<style>
span { border-color: #FB55C2; }
span { border-color: rgb(251,85,194); }
td.TdClassName
{
border-color: #FB55C2;
}
.TagClassName
{
border-color: #FB55C2;
}
</style>