Shades of Neon Pink #FB56C2
Tints of Neon Pink #FB56C2
RGB
CMYK
RGB Variations
Color information
#FB56C2 (or 0xFB56C2) is known color: Neon Pink. HEX triplet: FB, 56 and C2. RGB value is (251,86,194). Sum of RGB (Red+Green+Blue) = 251+86+194=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB56C2 is #04A93D. Grayscale: #939393. Windows color (decimal): -305470 or 12736251. OLE color: 12736251.
HSL color Cylindrical-coordinate representation of color #FB56C2: hue angle of 320.73º 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 #FB56C2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 194 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 320.73º | 0.95% | 0.66% | - |
| HSV(B) | 320.73º | 0.66% | 0.98% | - |
| XYZ | 52.85 | 31.06 | 54.25 | - |
| YUV | 147.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 194 | 0 | 0.66 | 0.23 | 0.02 | 320.73 | 0.95 | 0.66 |
| Hex | FB | 56 | C2 | 0 | 42 | 17 | 2 | 141 | 5F | 42 |
| Octal | 373 | 126 | 302 | 0 | 102 | 27 | 2 | 501 | 137 | 102 |
| Binary | 11111011 | 1010110 | 11000010 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011111 | 1000010 |
Color Harmonies of #FB56C2
Complementary color
Monochromatic Colors of #FB56C2
Black with #FB56C2
Text Example
Text Example
White with #FB56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56C2; }
p { color: rgb(251,86,194); }
H1.HeaderClassName
{
color: #FB56C2;
}
.AnyTagClassName
{
color: #FB56C2;
}
</style>
background-color css
<style>
a { background-color: #FB56C2; }
a { background-color: rgb(251,86,194); }
div.DivClassName
{
background-color: #FB56C2;
}
.BgClassName
{
background-color: #FB56C2;
}
</style>
border-color css
<style>
span { border-color: #FB56C2; }
span { border-color: rgb(251,86,194); }
td.TdClassName
{
border-color: #FB56C2;
}
.TagClassName
{
border-color: #FB56C2;
}
</style>