Shades of Neon Blue #515EEF
Tints of Neon Blue #515EEF
RGB
CMYK
RGB Variations
Color information
#515EEF (or 0x515EEF) is known color: Neon Blue. HEX triplet: 51, 5E and EF. RGB value is (81,94,239). Sum of RGB (Red+Green+Blue) = 81+94+239=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #515EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EEF is #AEA110. Grayscale: #6A6A6A. Windows color (decimal): -11444497 or 15687249. OLE color: 15687249.
HSL color Cylindrical-coordinate representation of color #515EEF: hue angle of 235.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515EEF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 94 | 239 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.06 |
| HSL | 235.06º | 0.83% | 0.63% | - |
| HSV(B) | 235.06º | 0.66% | 0.94% | - |
| XYZ | 22.98 | 15.99 | 83.54 | - |
| YUV | 106.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 239 | 0.66 | 0.61 | 0 | 0.06 | 235.06 | 0.83 | 0.63 |
| Hex | 51 | 5E | EF | 42 | 3D | 0 | 6 | EB | 53 | 3F |
| Octal | 121 | 136 | 357 | 102 | 75 | 0 | 6 | 353 | 123 | 77 |
| Binary | 1010001 | 1011110 | 11101111 | 1000010 | 111101 | 0 | 110 | 11101011 | 1010011 | 111111 |
Color Harmonies of #515EEF
Complementary color
Monochromatic Colors of #515EEF
Black with #515EEF
Text Example
Text Example
White with #515EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EEF; }
p { color: rgb(81,94,239); }
H1.HeaderClassName
{
color: #515EEF;
}
.AnyTagClassName
{
color: #515EEF;
}
</style>
background-color css
<style>
a { background-color: #515EEF; }
a { background-color: rgb(81,94,239); }
div.DivClassName
{
background-color: #515EEF;
}
.BgClassName
{
background-color: #515EEF;
}
</style>
border-color css
<style>
span { border-color: #515EEF; }
span { border-color: rgb(81,94,239); }
td.TdClassName
{
border-color: #515EEF;
}
.TagClassName
{
border-color: #515EEF;
}
</style>