Shades of Neon Pink #FB71C1
Tints of Neon Pink #FB71C1
RGB
CMYK
RGB Variations
Color information
#FB71C1 (or 0xFB71C1) is known color: Neon Pink. HEX triplet: FB, 71 and C1. RGB value is (251,113,193). Sum of RGB (Red+Green+Blue) = 251+113+193=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71C1 is #048E3E. Grayscale: #A3A3A3. Windows color (decimal): -298559 or 12677627. OLE color: 12677627.
HSL color Cylindrical-coordinate representation of color #FB71C1: hue angle of 325.22º 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 #FB71C1 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 193 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.02 |
| HSL | 325.22º | 0.95% | 0.71% | - |
| HSV(B) | 325.22º | 0.55% | 0.98% | - |
| XYZ | 55.31 | 36.17 | 54.52 | - |
| YUV | 163.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 193 | 0 | 0.55 | 0.23 | 0.02 | 325.22 | 0.95 | 0.71 |
| Hex | FB | 71 | C1 | 0 | 37 | 17 | 2 | 145 | 5F | 47 |
| Octal | 373 | 161 | 301 | 0 | 67 | 27 | 2 | 505 | 137 | 107 |
| Binary | 11111011 | 1110001 | 11000001 | 0 | 110111 | 10111 | 10 | 101000101 | 1011111 | 1000111 |
Color Harmonies of #FB71C1
Complementary color
Monochromatic Colors of #FB71C1
Black with #FB71C1
Text Example
Text Example
White with #FB71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71C1; }
p { color: rgb(251,113,193); }
H1.HeaderClassName
{
color: #FB71C1;
}
.AnyTagClassName
{
color: #FB71C1;
}
</style>
background-color css
<style>
a { background-color: #FB71C1; }
a { background-color: rgb(251,113,193); }
div.DivClassName
{
background-color: #FB71C1;
}
.BgClassName
{
background-color: #FB71C1;
}
</style>
border-color css
<style>
span { border-color: #FB71C1; }
span { border-color: rgb(251,113,193); }
td.TdClassName
{
border-color: #FB71C1;
}
.TagClassName
{
border-color: #FB71C1;
}
</style>