Shades of Neon Blue #5136F1
Tints of Neon Blue #5136F1
RGB
CMYK
RGB Variations
Color information
#5136F1 (or 0x5136F1) is known color: Neon Blue. HEX triplet: 51, 36 and F1. RGB value is (81,54,241). Sum of RGB (Red+Green+Blue) = 81+54+241=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #5136F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136F1 is #AEC90E. Grayscale: #525252. Windows color (decimal): -11454735 or 15808081. OLE color: 15808081.
HSL color Cylindrical-coordinate representation of color #5136F1: hue angle of 248.66º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5136F1 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 54 | 241 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.05 |
| HSL | 248.66º | 0.87% | 0.58% | - |
| HSV(B) | 248.66º | 0.78% | 0.95% | - |
| XYZ | 20.59 | 10.74 | 84.21 | - |
| YUV | 83.39 | 216.95 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 241 | 0.66 | 0.78 | 0 | 0.05 | 248.66 | 0.87 | 0.58 |
| Hex | 51 | 36 | F1 | 42 | 4E | 0 | 5 | F9 | 57 | 3A |
| Octal | 121 | 66 | 361 | 102 | 116 | 0 | 5 | 371 | 127 | 72 |
| Binary | 1010001 | 110110 | 11110001 | 1000010 | 1001110 | 0 | 101 | 11111001 | 1010111 | 111010 |
Color Harmonies of #5136F1
Complementary color
Monochromatic Colors of #5136F1
Black with #5136F1
Text Example
Text Example
White with #5136F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136F1; }
p { color: rgb(81,54,241); }
H1.HeaderClassName
{
color: #5136F1;
}
.AnyTagClassName
{
color: #5136F1;
}
</style>
background-color css
<style>
a { background-color: #5136F1; }
a { background-color: rgb(81,54,241); }
div.DivClassName
{
background-color: #5136F1;
}
.BgClassName
{
background-color: #5136F1;
}
</style>
border-color css
<style>
span { border-color: #5136F1; }
span { border-color: rgb(81,54,241); }
td.TdClassName
{
border-color: #5136F1;
}
.TagClassName
{
border-color: #5136F1;
}
</style>