Shades of Neon Pink #FB7ACE
Tints of Neon Pink #FB7ACE
RGB
CMYK
RGB Variations
Color information
#FB7ACE (or 0xFB7ACE) is known color: Neon Pink. HEX triplet: FB, 7A and CE. RGB value is (251,122,206). Sum of RGB (Red+Green+Blue) = 251+122+206=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ACE is #048531. Grayscale: #A9A9A9. Windows color (decimal): -296242 or 13531899. OLE color: 13531899.
HSL color Cylindrical-coordinate representation of color #FB7ACE: hue angle of 320.93º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7ACE is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 206 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 320.93º | 0.94% | 0.73% | - |
| HSV(B) | 320.93º | 0.51% | 0.98% | - |
| XYZ | 57.88 | 38.88 | 62.85 | - |
| YUV | 170.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 206 | 0 | 0.51 | 0.18 | 0.02 | 320.93 | 0.94 | 0.73 |
| Hex | FB | 7A | CE | 0 | 33 | 12 | 2 | 141 | 5E | 49 |
| Octal | 373 | 172 | 316 | 0 | 63 | 22 | 2 | 501 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11001110 | 0 | 110011 | 10010 | 10 | 101000001 | 1011110 | 1001001 |
Color Harmonies of #FB7ACE
Complementary color
Monochromatic Colors of #FB7ACE
Black with #FB7ACE
Text Example
Text Example
White with #FB7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ACE; }
p { color: rgb(251,122,206); }
H1.HeaderClassName
{
color: #FB7ACE;
}
.AnyTagClassName
{
color: #FB7ACE;
}
</style>
background-color css
<style>
a { background-color: #FB7ACE; }
a { background-color: rgb(251,122,206); }
div.DivClassName
{
background-color: #FB7ACE;
}
.BgClassName
{
background-color: #FB7ACE;
}
</style>
border-color css
<style>
span { border-color: #FB7ACE; }
span { border-color: rgb(251,122,206); }
td.TdClassName
{
border-color: #FB7ACE;
}
.TagClassName
{
border-color: #FB7ACE;
}
</style>