Shades of Neon Pink #FB5AD0
Tints of Neon Pink #FB5AD0
RGB
CMYK
RGB Variations
Color information
#FB5AD0 (or 0xFB5AD0) is known color: Neon Pink. HEX triplet: FB, 5A and D0. RGB value is (251,90,208). Sum of RGB (Red+Green+Blue) = 251+90+208=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AD0 is #04A52F. Grayscale: #979797. Windows color (decimal): -304432 or 13654779. OLE color: 13654779.
HSL color Cylindrical-coordinate representation of color #FB5AD0: hue angle of 316.02º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AD0 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 208 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.02 |
| HSL | 316.02º | 0.95% | 0.67% | - |
| HSV(B) | 316.02º | 0.64% | 0.98% | - |
| XYZ | 54.83 | 32.38 | 63.03 | - |
| YUV | 151.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 208 | 0 | 0.64 | 0.17 | 0.02 | 316.02 | 0.95 | 0.67 |
| Hex | FB | 5A | D0 | 0 | 40 | 11 | 2 | 13C | 5F | 43 |
| Octal | 373 | 132 | 320 | 0 | 100 | 21 | 2 | 474 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11010000 | 0 | 1000000 | 10001 | 10 | 100111100 | 1011111 | 1000011 |
Color Harmonies of #FB5AD0
Complementary color
Monochromatic Colors of #FB5AD0
Black with #FB5AD0
Text Example
Text Example
White with #FB5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AD0; }
p { color: rgb(251,90,208); }
H1.HeaderClassName
{
color: #FB5AD0;
}
.AnyTagClassName
{
color: #FB5AD0;
}
</style>
background-color css
<style>
a { background-color: #FB5AD0; }
a { background-color: rgb(251,90,208); }
div.DivClassName
{
background-color: #FB5AD0;
}
.BgClassName
{
background-color: #FB5AD0;
}
</style>
border-color css
<style>
span { border-color: #FB5AD0; }
span { border-color: rgb(251,90,208); }
td.TdClassName
{
border-color: #FB5AD0;
}
.TagClassName
{
border-color: #FB5AD0;
}
</style>