Shades of Neon Pink #FB7BCD
Tints of Neon Pink #FB7BCD
RGB
CMYK
RGB Variations
Color information
#FB7BCD (or 0xFB7BCD) is known color: Neon Pink. HEX triplet: FB, 7B and CD. RGB value is (251,123,205). Sum of RGB (Red+Green+Blue) = 251+123+205=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BCD is #048432. Grayscale: #AAAAAA. Windows color (decimal): -295987 or 13466619. OLE color: 13466619.
HSL color Cylindrical-coordinate representation of color #FB7BCD: hue angle of 321.56º 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 #FB7BCD is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 205 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 321.56º | 0.94% | 0.73% | - |
| HSV(B) | 321.56º | 0.51% | 0.98% | - |
| XYZ | 57.89 | 39.08 | 62.25 | - |
| YUV | 170.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 205 | 0 | 0.51 | 0.18 | 0.02 | 321.56 | 0.94 | 0.73 |
| Hex | FB | 7B | CD | 0 | 33 | 12 | 2 | 142 | 5E | 49 |
| Octal | 373 | 173 | 315 | 0 | 63 | 22 | 2 | 502 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11001101 | 0 | 110011 | 10010 | 10 | 101000010 | 1011110 | 1001001 |
Color Harmonies of #FB7BCD
Complementary color
Monochromatic Colors of #FB7BCD
Black with #FB7BCD
Text Example
Text Example
White with #FB7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BCD; }
p { color: rgb(251,123,205); }
H1.HeaderClassName
{
color: #FB7BCD;
}
.AnyTagClassName
{
color: #FB7BCD;
}
</style>
background-color css
<style>
a { background-color: #FB7BCD; }
a { background-color: rgb(251,123,205); }
div.DivClassName
{
background-color: #FB7BCD;
}
.BgClassName
{
background-color: #FB7BCD;
}
</style>
border-color css
<style>
span { border-color: #FB7BCD; }
span { border-color: rgb(251,123,205); }
td.TdClassName
{
border-color: #FB7BCD;
}
.TagClassName
{
border-color: #FB7BCD;
}
</style>