Shades of Neon Pink #FB7AD2
Tints of Neon Pink #FB7AD2
RGB
CMYK
RGB Variations
Color information
#FB7AD2 (or 0xFB7AD2) is known color: Neon Pink. HEX triplet: FB, 7A and D2. RGB value is (251,122,210). Sum of RGB (Red+Green+Blue) = 251+122+210=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AD2 is #04852D. Grayscale: #AAAAAA. Windows color (decimal): -296238 or 13794043. OLE color: 13794043.
HSL color Cylindrical-coordinate representation of color #FB7AD2: hue angle of 319.07º 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 #FB7AD2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 210 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.02 |
| HSL | 319.07º | 0.94% | 0.73% | - |
| HSV(B) | 319.07º | 0.51% | 0.98% | - |
| XYZ | 58.38 | 39.08 | 65.44 | - |
| YUV | 170.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 210 | 0 | 0.51 | 0.16 | 0.02 | 319.07 | 0.94 | 0.73 |
| Hex | FB | 7A | D2 | 0 | 33 | 10 | 2 | 13F | 5E | 49 |
| Octal | 373 | 172 | 322 | 0 | 63 | 20 | 2 | 477 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11010010 | 0 | 110011 | 10000 | 10 | 100111111 | 1011110 | 1001001 |
Color Harmonies of #FB7AD2
Complementary color
Monochromatic Colors of #FB7AD2
Black with #FB7AD2
Text Example
Text Example
White with #FB7AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7AD2; }
p { color: rgb(251,122,210); }
H1.HeaderClassName
{
color: #FB7AD2;
}
.AnyTagClassName
{
color: #FB7AD2;
}
</style>
background-color css
<style>
a { background-color: #FB7AD2; }
a { background-color: rgb(251,122,210); }
div.DivClassName
{
background-color: #FB7AD2;
}
.BgClassName
{
background-color: #FB7AD2;
}
</style>
border-color css
<style>
span { border-color: #FB7AD2; }
span { border-color: rgb(251,122,210); }
td.TdClassName
{
border-color: #FB7AD2;
}
.TagClassName
{
border-color: #FB7AD2;
}
</style>