Shades of Neon Pink #FB7BCB
Tints of Neon Pink #FB7BCB
RGB
CMYK
RGB Variations
Color information
#FB7BCB (or 0xFB7BCB) is known color: Neon Pink. HEX triplet: FB, 7B and CB. RGB value is (251,123,203). Sum of RGB (Red+Green+Blue) = 251+123+203=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BCB is #048434. Grayscale: #AAAAAA. Windows color (decimal): -295989 or 13335547. OLE color: 13335547.
HSL color Cylindrical-coordinate representation of color #FB7BCB: hue angle of 322.5º 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 #FB7BCB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 203 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.02 |
| HSL | 322.5º | 0.94% | 0.73% | - |
| HSV(B) | 322.5º | 0.51% | 0.98% | - |
| XYZ | 57.65 | 38.99 | 60.99 | - |
| YUV | 170.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 203 | 0 | 0.51 | 0.19 | 0.02 | 322.5 | 0.94 | 0.73 |
| Hex | FB | 7B | CB | 0 | 33 | 13 | 2 | 142 | 5E | 49 |
| Octal | 373 | 173 | 313 | 0 | 63 | 23 | 2 | 502 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11001011 | 0 | 110011 | 10011 | 10 | 101000010 | 1011110 | 1001001 |
Color Harmonies of #FB7BCB
Complementary color
Monochromatic Colors of #FB7BCB
Black with #FB7BCB
Text Example
Text Example
White with #FB7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BCB; }
p { color: rgb(251,123,203); }
H1.HeaderClassName
{
color: #FB7BCB;
}
.AnyTagClassName
{
color: #FB7BCB;
}
</style>
background-color css
<style>
a { background-color: #FB7BCB; }
a { background-color: rgb(251,123,203); }
div.DivClassName
{
background-color: #FB7BCB;
}
.BgClassName
{
background-color: #FB7BCB;
}
</style>
border-color css
<style>
span { border-color: #FB7BCB; }
span { border-color: rgb(251,123,203); }
td.TdClassName
{
border-color: #FB7BCB;
}
.TagClassName
{
border-color: #FB7BCB;
}
</style>