Shades of Neon Blue #515DF1
Tints of Neon Blue #515DF1
RGB
CMYK
RGB Variations
Color information
#515DF1 (or 0x515DF1) is known color: Neon Blue. HEX triplet: 51, 5D and F1. RGB value is (81,93,241). Sum of RGB (Red+Green+Blue) = 81+93+241=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #515DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515DF1 is #AEA20E. Grayscale: #696969. Windows color (decimal): -11444751 or 15818065. OLE color: 15818065.
HSL color Cylindrical-coordinate representation of color #515DF1: hue angle of 235.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515DF1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 93 | 241 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.05 |
| HSL | 235.5º | 0.85% | 0.63% | - |
| HSV(B) | 235.5º | 0.66% | 0.95% | - |
| XYZ | 23.18 | 15.93 | 85.07 | - |
| YUV | 106.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 241 | 0.66 | 0.61 | 0 | 0.05 | 235.5 | 0.85 | 0.63 |
| Hex | 51 | 5D | F1 | 42 | 3D | 0 | 5 | EC | 55 | 3F |
| Octal | 121 | 135 | 361 | 102 | 75 | 0 | 5 | 354 | 125 | 77 |
| Binary | 1010001 | 1011101 | 11110001 | 1000010 | 111101 | 0 | 101 | 11101100 | 1010101 | 111111 |
Color Harmonies of #515DF1
Complementary color
Monochromatic Colors of #515DF1
Black with #515DF1
Text Example
Text Example
White with #515DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DF1; }
p { color: rgb(81,93,241); }
H1.HeaderClassName
{
color: #515DF1;
}
.AnyTagClassName
{
color: #515DF1;
}
</style>
background-color css
<style>
a { background-color: #515DF1; }
a { background-color: rgb(81,93,241); }
div.DivClassName
{
background-color: #515DF1;
}
.BgClassName
{
background-color: #515DF1;
}
</style>
border-color css
<style>
span { border-color: #515DF1; }
span { border-color: rgb(81,93,241); }
td.TdClassName
{
border-color: #515DF1;
}
.TagClassName
{
border-color: #515DF1;
}
</style>