Shades of Neon Blue #515DF0
Tints of Neon Blue #515DF0
RGB
CMYK
RGB Variations
Color information
#515DF0 (or 0x515DF0) is known color: Neon Blue. HEX triplet: 51, 5D and F0. RGB value is (81,93,240). Sum of RGB (Red+Green+Blue) = 81+93+240=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #515DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DF0 is #AEA20F. Grayscale: #696969. Windows color (decimal): -11444752 or 15752529. OLE color: 15752529.
HSL color Cylindrical-coordinate representation of color #515DF0: hue angle of 235.47º degrees, saturation: 0.84, 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 #515DF0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 93 | 240 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.06 |
| HSL | 235.47º | 0.84% | 0.63% | - |
| HSV(B) | 235.47º | 0.66% | 0.94% | - |
| XYZ | 23.04 | 15.87 | 84.29 | - |
| YUV | 106.17 | 203.52 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 240 | 0.66 | 0.61 | 0 | 0.06 | 235.47 | 0.84 | 0.63 |
| Hex | 51 | 5D | F0 | 42 | 3D | 0 | 6 | EB | 54 | 3F |
| Octal | 121 | 135 | 360 | 102 | 75 | 0 | 6 | 353 | 124 | 77 |
| Binary | 1010001 | 1011101 | 11110000 | 1000010 | 111101 | 0 | 110 | 11101011 | 1010100 | 111111 |
Color Harmonies of #515DF0
Complementary color
Monochromatic Colors of #515DF0
Black with #515DF0
Text Example
Text Example
White with #515DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DF0; }
p { color: rgb(81,93,240); }
H1.HeaderClassName
{
color: #515DF0;
}
.AnyTagClassName
{
color: #515DF0;
}
</style>
background-color css
<style>
a { background-color: #515DF0; }
a { background-color: rgb(81,93,240); }
div.DivClassName
{
background-color: #515DF0;
}
.BgClassName
{
background-color: #515DF0;
}
</style>
border-color css
<style>
span { border-color: #515DF0; }
span { border-color: rgb(81,93,240); }
td.TdClassName
{
border-color: #515DF0;
}
.TagClassName
{
border-color: #515DF0;
}
</style>