Shades of Neon Pink #FB71C0
Tints of Neon Pink #FB71C0
RGB
CMYK
RGB Variations
Color information
#FB71C0 (or 0xFB71C0) is known color: Neon Pink. HEX triplet: FB, 71 and C0. RGB value is (251,113,192). Sum of RGB (Red+Green+Blue) = 251+113+192=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71C0 is #048E3F. Grayscale: #A3A3A3. Windows color (decimal): -298560 or 12612091. OLE color: 12612091.
HSL color Cylindrical-coordinate representation of color #FB71C0: hue angle of 325.65º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71C0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 192 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.02 |
| HSL | 325.65º | 0.95% | 0.71% | - |
| HSV(B) | 325.65º | 0.55% | 0.98% | - |
| XYZ | 55.2 | 36.13 | 53.93 | - |
| YUV | 163.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 192 | 0 | 0.55 | 0.24 | 0.02 | 325.65 | 0.95 | 0.71 |
| Hex | FB | 71 | C0 | 0 | 37 | 18 | 2 | 146 | 5F | 47 |
| Octal | 373 | 161 | 300 | 0 | 67 | 30 | 2 | 506 | 137 | 107 |
| Binary | 11111011 | 1110001 | 11000000 | 0 | 110111 | 11000 | 10 | 101000110 | 1011111 | 1000111 |
Color Harmonies of #FB71C0
Complementary color
Monochromatic Colors of #FB71C0
Black with #FB71C0
Text Example
Text Example
White with #FB71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71C0; }
p { color: rgb(251,113,192); }
H1.HeaderClassName
{
color: #FB71C0;
}
.AnyTagClassName
{
color: #FB71C0;
}
</style>
background-color css
<style>
a { background-color: #FB71C0; }
a { background-color: rgb(251,113,192); }
div.DivClassName
{
background-color: #FB71C0;
}
.BgClassName
{
background-color: #FB71C0;
}
</style>
border-color css
<style>
span { border-color: #FB71C0; }
span { border-color: rgb(251,113,192); }
td.TdClassName
{
border-color: #FB71C0;
}
.TagClassName
{
border-color: #FB71C0;
}
</style>