Shades of Neon Pink #FB5AD3
Tints of Neon Pink #FB5AD3
RGB
CMYK
RGB Variations
Color information
#FB5AD3 (or 0xFB5AD3) is known color: Neon Pink. HEX triplet: FB, 5A and D3. RGB value is (251,90,211). Sum of RGB (Red+Green+Blue) = 251+90+211=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AD3 is #04A52C. Grayscale: #979797. Windows color (decimal): -304429 or 13851387. OLE color: 13851387.
HSL color Cylindrical-coordinate representation of color #FB5AD3: hue angle of 314.91º 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 #FB5AD3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 211 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.02 |
| HSL | 314.91º | 0.95% | 0.67% | - |
| HSV(B) | 314.91º | 0.64% | 0.98% | - |
| XYZ | 55.2 | 32.52 | 65 | - |
| YUV | 151.93 | 161.34 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 211 | 0 | 0.64 | 0.16 | 0.02 | 314.91 | 0.95 | 0.67 |
| Hex | FB | 5A | D3 | 0 | 40 | 10 | 2 | 13B | 5F | 43 |
| Octal | 373 | 132 | 323 | 0 | 100 | 20 | 2 | 473 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11010011 | 0 | 1000000 | 10000 | 10 | 100111011 | 1011111 | 1000011 |
Color Harmonies of #FB5AD3
Complementary color
Monochromatic Colors of #FB5AD3
Black with #FB5AD3
Text Example
Text Example
White with #FB5AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AD3; }
p { color: rgb(251,90,211); }
H1.HeaderClassName
{
color: #FB5AD3;
}
.AnyTagClassName
{
color: #FB5AD3;
}
</style>
background-color css
<style>
a { background-color: #FB5AD3; }
a { background-color: rgb(251,90,211); }
div.DivClassName
{
background-color: #FB5AD3;
}
.BgClassName
{
background-color: #FB5AD3;
}
</style>
border-color css
<style>
span { border-color: #FB5AD3; }
span { border-color: rgb(251,90,211); }
td.TdClassName
{
border-color: #FB5AD3;
}
.TagClassName
{
border-color: #FB5AD3;
}
</style>