Shades of Neon Pink #FB6ACE
Tints of Neon Pink #FB6ACE
RGB
CMYK
RGB Variations
Color information
#FB6ACE (or 0xFB6ACE) is known color: Neon Pink. HEX triplet: FB, 6A and CE. RGB value is (251,106,206). Sum of RGB (Red+Green+Blue) = 251+106+206=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ACE is #049531. Grayscale: #A0A0A0. Windows color (decimal): -300338 or 13527803. OLE color: 13527803.
HSL color Cylindrical-coordinate representation of color #FB6ACE: hue angle of 318.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6ACE is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 206 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.02 |
| HSL | 318.62º | 0.95% | 0.7% | - |
| HSV(B) | 318.62º | 0.58% | 0.98% | - |
| XYZ | 56.08 | 35.27 | 62.25 | - |
| YUV | 160.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 206 | 0 | 0.58 | 0.18 | 0.02 | 318.62 | 0.95 | 0.7 |
| Hex | FB | 6A | CE | 0 | 3A | 12 | 2 | 13F | 5F | 46 |
| Octal | 373 | 152 | 316 | 0 | 72 | 22 | 2 | 477 | 137 | 106 |
| Binary | 11111011 | 1101010 | 11001110 | 0 | 111010 | 10010 | 10 | 100111111 | 1011111 | 1000110 |
Color Harmonies of #FB6ACE
Complementary color
Monochromatic Colors of #FB6ACE
Black with #FB6ACE
Text Example
Text Example
White with #FB6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ACE; }
p { color: rgb(251,106,206); }
H1.HeaderClassName
{
color: #FB6ACE;
}
.AnyTagClassName
{
color: #FB6ACE;
}
</style>
background-color css
<style>
a { background-color: #FB6ACE; }
a { background-color: rgb(251,106,206); }
div.DivClassName
{
background-color: #FB6ACE;
}
.BgClassName
{
background-color: #FB6ACE;
}
</style>
border-color css
<style>
span { border-color: #FB6ACE; }
span { border-color: rgb(251,106,206); }
td.TdClassName
{
border-color: #FB6ACE;
}
.TagClassName
{
border-color: #FB6ACE;
}
</style>