Shades of Neon Pink #FB5FD1
Tints of Neon Pink #FB5FD1
RGB
CMYK
RGB Variations
Color information
#FB5FD1 (or 0xFB5FD1) is known color: Neon Pink. HEX triplet: FB, 5F and D1. RGB value is (251,95,209). Sum of RGB (Red+Green+Blue) = 251+95+209=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FD1 is #04A02E. Grayscale: #9A9A9A. Windows color (decimal): -303151 or 13721595. OLE color: 13721595.
HSL color Cylindrical-coordinate representation of color #FB5FD1: hue angle of 316.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FD1 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 209 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.02 |
| HSL | 316.15º | 0.95% | 0.68% | - |
| HSV(B) | 316.15º | 0.62% | 0.98% | - |
| XYZ | 55.38 | 33.3 | 63.83 | - |
| YUV | 154.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 209 | 0 | 0.62 | 0.17 | 0.02 | 316.15 | 0.95 | 0.68 |
| Hex | FB | 5F | D1 | 0 | 3E | 11 | 2 | 13C | 5F | 44 |
| Octal | 373 | 137 | 321 | 0 | 76 | 21 | 2 | 474 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11010001 | 0 | 111110 | 10001 | 10 | 100111100 | 1011111 | 1000100 |
Color Harmonies of #FB5FD1
Complementary color
Monochromatic Colors of #FB5FD1
Black with #FB5FD1
Text Example
Text Example
White with #FB5FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FD1; }
p { color: rgb(251,95,209); }
H1.HeaderClassName
{
color: #FB5FD1;
}
.AnyTagClassName
{
color: #FB5FD1;
}
</style>
background-color css
<style>
a { background-color: #FB5FD1; }
a { background-color: rgb(251,95,209); }
div.DivClassName
{
background-color: #FB5FD1;
}
.BgClassName
{
background-color: #FB5FD1;
}
</style>
border-color css
<style>
span { border-color: #FB5FD1; }
span { border-color: rgb(251,95,209); }
td.TdClassName
{
border-color: #FB5FD1;
}
.TagClassName
{
border-color: #FB5FD1;
}
</style>