Shades of Neon Blue #515AF2
Tints of Neon Blue #515AF2
RGB
CMYK
RGB Variations
Color information
#515AF2 (or 0x515AF2) is known color: Neon Blue. HEX triplet: 51, 5A and F2. RGB value is (81,90,242). Sum of RGB (Red+Green+Blue) = 81+90+242=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #515AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AF2 is #AEA50D. Grayscale: #686868. Windows color (decimal): -11445518 or 15882833. OLE color: 15882833.
HSL color Cylindrical-coordinate representation of color #515AF2: hue angle of 236.65º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515AF2 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 90 | 242 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.05 |
| HSL | 236.65º | 0.86% | 0.63% | - |
| HSV(B) | 236.65º | 0.67% | 0.95% | - |
| XYZ | 23.08 | 15.47 | 85.77 | - |
| YUV | 104.64 | 205.52 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 242 | 0.67 | 0.63 | 0 | 0.05 | 236.65 | 0.86 | 0.63 |
| Hex | 51 | 5A | F2 | 43 | 3F | 0 | 5 | ED | 56 | 3F |
| Octal | 121 | 132 | 362 | 103 | 77 | 0 | 5 | 355 | 126 | 77 |
| Binary | 1010001 | 1011010 | 11110010 | 1000011 | 111111 | 0 | 101 | 11101101 | 1010110 | 111111 |
Color Harmonies of #515AF2
Complementary color
Monochromatic Colors of #515AF2
Black with #515AF2
Text Example
Text Example
White with #515AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AF2; }
p { color: rgb(81,90,242); }
H1.HeaderClassName
{
color: #515AF2;
}
.AnyTagClassName
{
color: #515AF2;
}
</style>
background-color css
<style>
a { background-color: #515AF2; }
a { background-color: rgb(81,90,242); }
div.DivClassName
{
background-color: #515AF2;
}
.BgClassName
{
background-color: #515AF2;
}
</style>
border-color css
<style>
span { border-color: #515AF2; }
span { border-color: rgb(81,90,242); }
td.TdClassName
{
border-color: #515AF2;
}
.TagClassName
{
border-color: #515AF2;
}
</style>