Shades of Neon Blue #5146EF
Tints of Neon Blue #5146EF
RGB
CMYK
RGB Variations
Color information
#5146EF (or 0x5146EF) is known color: Neon Blue. HEX triplet: 51, 46 and EF. RGB value is (81,70,239). Sum of RGB (Red+Green+Blue) = 81+70+239=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #5146EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5146EF is #AEB910. Grayscale: #5B5B5B. Windows color (decimal): -11450641 or 15681105. OLE color: 15681105.
HSL color Cylindrical-coordinate representation of color #5146EF: hue angle of 243.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5146EF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 70 | 239 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.06 |
| HSL | 243.91º | 0.84% | 0.61% | - |
| HSV(B) | 243.91º | 0.71% | 0.94% | - |
| XYZ | 21.16 | 12.36 | 82.93 | - |
| YUV | 92.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 239 | 0.66 | 0.71 | 0 | 0.06 | 243.91 | 0.84 | 0.61 |
| Hex | 51 | 46 | EF | 42 | 47 | 0 | 6 | F4 | 54 | 3D |
| Octal | 121 | 106 | 357 | 102 | 107 | 0 | 6 | 364 | 124 | 75 |
| Binary | 1010001 | 1000110 | 11101111 | 1000010 | 1000111 | 0 | 110 | 11110100 | 1010100 | 111101 |
Color Harmonies of #5146EF
Complementary color
Monochromatic Colors of #5146EF
Black with #5146EF
Text Example
Text Example
White with #5146EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5146EF; }
p { color: rgb(81,70,239); }
H1.HeaderClassName
{
color: #5146EF;
}
.AnyTagClassName
{
color: #5146EF;
}
</style>
background-color css
<style>
a { background-color: #5146EF; }
a { background-color: rgb(81,70,239); }
div.DivClassName
{
background-color: #5146EF;
}
.BgClassName
{
background-color: #5146EF;
}
</style>
border-color css
<style>
span { border-color: #5146EF; }
span { border-color: rgb(81,70,239); }
td.TdClassName
{
border-color: #5146EF;
}
.TagClassName
{
border-color: #5146EF;
}
</style>