Shades of Neon Blue #5149FB
Tints of Neon Blue #5149FB
RGB
CMYK
RGB Variations
Color information
#5149FB (or 0x5149FB) is known color: Neon Blue. HEX triplet: 51, 49 and FB. RGB value is (81,73,251). Sum of RGB (Red+Green+Blue) = 81+73+251=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #5149FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5149FB is #AEB604. Grayscale: #5E5E5E. Windows color (decimal): -11449861 or 16468305. OLE color: 16468305.
HSL color Cylindrical-coordinate representation of color #5149FB: hue angle of 242.7º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5149FB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 73 | 251 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.02 |
| HSL | 242.7º | 0.96% | 0.64% | - |
| HSV(B) | 242.7º | 0.71% | 0.98% | - |
| XYZ | 23.19 | 13.48 | 92.65 | - |
| YUV | 95.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 251 | 0.68 | 0.71 | 0 | 0.02 | 242.7 | 0.96 | 0.64 |
| Hex | 51 | 49 | FB | 44 | 47 | 0 | 2 | F3 | 60 | 40 |
| Octal | 121 | 111 | 373 | 104 | 107 | 0 | 2 | 363 | 140 | 100 |
| Binary | 1010001 | 1001001 | 11111011 | 1000100 | 1000111 | 0 | 10 | 11110011 | 1100000 | 1000000 |
Color Harmonies of #5149FB
Complementary color
Monochromatic Colors of #5149FB
Black with #5149FB
Text Example
Text Example
White with #5149FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5149FB; }
p { color: rgb(81,73,251); }
H1.HeaderClassName
{
color: #5149FB;
}
.AnyTagClassName
{
color: #5149FB;
}
</style>
background-color css
<style>
a { background-color: #5149FB; }
a { background-color: rgb(81,73,251); }
div.DivClassName
{
background-color: #5149FB;
}
.BgClassName
{
background-color: #5149FB;
}
</style>
border-color css
<style>
span { border-color: #5149FB; }
span { border-color: rgb(81,73,251); }
td.TdClassName
{
border-color: #5149FB;
}
.TagClassName
{
border-color: #5149FB;
}
</style>