Shades of Neon Pink #FB7AD3
Tints of Neon Pink #FB7AD3
RGB
CMYK
RGB Variations
Color information
#FB7AD3 (or 0xFB7AD3) is known color: Neon Pink. HEX triplet: FB, 7A and D3. RGB value is (251,122,211). Sum of RGB (Red+Green+Blue) = 251+122+211=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AD3 is #04852C. Grayscale: #AAAAAA. Windows color (decimal): -296237 or 13859579. OLE color: 13859579.
HSL color Cylindrical-coordinate representation of color #FB7AD3: hue angle of 318.6º 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 #FB7AD3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 211 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.02 |
| HSL | 318.6º | 0.94% | 0.73% | - |
| HSV(B) | 318.6º | 0.51% | 0.98% | - |
| XYZ | 58.5 | 39.13 | 66.1 | - |
| YUV | 170.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 211 | 0 | 0.51 | 0.16 | 0.02 | 318.6 | 0.94 | 0.73 |
| Hex | FB | 7A | D3 | 0 | 33 | 10 | 2 | 13F | 5E | 49 |
| Octal | 373 | 172 | 323 | 0 | 63 | 20 | 2 | 477 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11010011 | 0 | 110011 | 10000 | 10 | 100111111 | 1011110 | 1001001 |
Color Harmonies of #FB7AD3
Complementary color
Monochromatic Colors of #FB7AD3
Black with #FB7AD3
Text Example
Text Example
White with #FB7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7AD3; }
p { color: rgb(251,122,211); }
H1.HeaderClassName
{
color: #FB7AD3;
}
.AnyTagClassName
{
color: #FB7AD3;
}
</style>
background-color css
<style>
a { background-color: #FB7AD3; }
a { background-color: rgb(251,122,211); }
div.DivClassName
{
background-color: #FB7AD3;
}
.BgClassName
{
background-color: #FB7AD3;
}
</style>
border-color css
<style>
span { border-color: #FB7AD3; }
span { border-color: rgb(251,122,211); }
td.TdClassName
{
border-color: #FB7AD3;
}
.TagClassName
{
border-color: #FB7AD3;
}
</style>