Shades of Neon Blue #6540EE
Tints of Neon Blue #6540EE
RGB
CMYK
RGB Variations
Color information
#6540EE (or 0x6540EE) is known color: Neon Blue. HEX triplet: 65, 40 and EE. RGB value is (101,64,238). Sum of RGB (Red+Green+Blue) = 101+64+238=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #6540EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540EE is #9ABF11. Grayscale: #5E5E5E. Windows color (decimal): -10141458 or 15614053. OLE color: 15614053.
HSL color Cylindrical-coordinate representation of color #6540EE: hue angle of 252.76º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6540EE is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 64 | 238 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.07 |
| HSL | 252.76º | 0.84% | 0.59% | - |
| HSV(B) | 252.76º | 0.73% | 0.93% | - |
| XYZ | 22.63 | 12.61 | 82.13 | - |
| YUV | 94.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 238 | 0.58 | 0.73 | 0 | 0.07 | 252.76 | 0.84 | 0.59 |
| Hex | 65 | 40 | EE | 3A | 49 | 0 | 7 | FD | 54 | 3B |
| Octal | 145 | 100 | 356 | 72 | 111 | 0 | 7 | 375 | 124 | 73 |
| Binary | 1100101 | 1000000 | 11101110 | 111010 | 1001001 | 0 | 111 | 11111101 | 1010100 | 111011 |
Color Harmonies of #6540EE
Complementary color
Monochromatic Colors of #6540EE
Black with #6540EE
Text Example
Text Example
White with #6540EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540EE; }
p { color: rgb(101,64,238); }
H1.HeaderClassName
{
color: #6540EE;
}
.AnyTagClassName
{
color: #6540EE;
}
</style>
background-color css
<style>
a { background-color: #6540EE; }
a { background-color: rgb(101,64,238); }
div.DivClassName
{
background-color: #6540EE;
}
.BgClassName
{
background-color: #6540EE;
}
</style>
border-color css
<style>
span { border-color: #6540EE; }
span { border-color: rgb(101,64,238); }
td.TdClassName
{
border-color: #6540EE;
}
.TagClassName
{
border-color: #6540EE;
}
</style>