Shades of Neon Blue #5136F5
Tints of Neon Blue #5136F5
RGB
CMYK
RGB Variations
Color information
#5136F5 (or 0x5136F5) is known color: Neon Blue. HEX triplet: 51, 36 and F5. RGB value is (81,54,245). Sum of RGB (Red+Green+Blue) = 81+54+245=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #5136F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136F5 is #AEC90A. Grayscale: #535353. Windows color (decimal): -11454731 or 16070225. OLE color: 16070225.
HSL color Cylindrical-coordinate representation of color #5136F5: hue angle of 248.48º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5136F5 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 54 | 245 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.04 |
| HSL | 248.48º | 0.91% | 0.59% | - |
| HSV(B) | 248.48º | 0.78% | 0.96% | - |
| XYZ | 21.19 | 10.98 | 87.39 | - |
| YUV | 83.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 245 | 0.67 | 0.78 | 0 | 0.04 | 248.48 | 0.91 | 0.59 |
| Hex | 51 | 36 | F5 | 43 | 4E | 0 | 4 | F8 | 5B | 3B |
| Octal | 121 | 66 | 365 | 103 | 116 | 0 | 4 | 370 | 133 | 73 |
| Binary | 1010001 | 110110 | 11110101 | 1000011 | 1001110 | 0 | 100 | 11111000 | 1011011 | 111011 |
Color Harmonies of #5136F5
Complementary color
Monochromatic Colors of #5136F5
Black with #5136F5
Text Example
Text Example
White with #5136F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136F5; }
p { color: rgb(81,54,245); }
H1.HeaderClassName
{
color: #5136F5;
}
.AnyTagClassName
{
color: #5136F5;
}
</style>
background-color css
<style>
a { background-color: #5136F5; }
a { background-color: rgb(81,54,245); }
div.DivClassName
{
background-color: #5136F5;
}
.BgClassName
{
background-color: #5136F5;
}
</style>
border-color css
<style>
span { border-color: #5136F5; }
span { border-color: rgb(81,54,245); }
td.TdClassName
{
border-color: #5136F5;
}
.TagClassName
{
border-color: #5136F5;
}
</style>