Shades of Neon Blue #6940EE
Tints of Neon Blue #6940EE
RGB
CMYK
RGB Variations
Color information
#6940EE (or 0x6940EE) is known color: Neon Blue. HEX triplet: 69, 40 and EE. RGB value is (105,64,238). Sum of RGB (Red+Green+Blue) = 105+64+238=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #6940EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940EE is #96BF11. Grayscale: #5F5F5F. Windows color (decimal): -9879314 or 15614057. OLE color: 15614057.
HSL color Cylindrical-coordinate representation of color #6940EE: hue angle of 254.14º 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 #6940EE is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 64 | 238 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.07 |
| HSL | 254.14º | 0.84% | 0.59% | - |
| HSV(B) | 254.14º | 0.73% | 0.93% | - |
| XYZ | 23.09 | 12.84 | 82.15 | - |
| YUV | 96.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 238 | 0.56 | 0.73 | 0 | 0.07 | 254.14 | 0.84 | 0.59 |
| Hex | 69 | 40 | EE | 38 | 49 | 0 | 7 | FE | 54 | 3B |
| Octal | 151 | 100 | 356 | 70 | 111 | 0 | 7 | 376 | 124 | 73 |
| Binary | 1101001 | 1000000 | 11101110 | 111000 | 1001001 | 0 | 111 | 11111110 | 1010100 | 111011 |
Color Harmonies of #6940EE
Complementary color
Monochromatic Colors of #6940EE
Black with #6940EE
Text Example
Text Example
White with #6940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940EE; }
p { color: rgb(105,64,238); }
H1.HeaderClassName
{
color: #6940EE;
}
.AnyTagClassName
{
color: #6940EE;
}
</style>
background-color css
<style>
a { background-color: #6940EE; }
a { background-color: rgb(105,64,238); }
div.DivClassName
{
background-color: #6940EE;
}
.BgClassName
{
background-color: #6940EE;
}
</style>
border-color css
<style>
span { border-color: #6940EE; }
span { border-color: rgb(105,64,238); }
td.TdClassName
{
border-color: #6940EE;
}
.TagClassName
{
border-color: #6940EE;
}
</style>