Shades of Neon Blue #6741EE
Tints of Neon Blue #6741EE
RGB
CMYK
RGB Variations
Color information
#6741EE (or 0x6741EE) is known color: Neon Blue. HEX triplet: 67, 41 and EE. RGB value is (103,65,238). Sum of RGB (Red+Green+Blue) = 103+65+238=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #6741EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6741EE is #98BE11. Grayscale: #5F5F5F. Windows color (decimal): -10010130 or 15614311. OLE color: 15614311.
HSL color Cylindrical-coordinate representation of color #6741EE: hue angle of 253.18º 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 #6741EE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 65 | 238 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.07 |
| HSL | 253.18º | 0.84% | 0.59% | - |
| HSV(B) | 253.18º | 0.73% | 0.93% | - |
| XYZ | 22.92 | 12.84 | 82.16 | - |
| YUV | 96.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 238 | 0.57 | 0.73 | 0 | 0.07 | 253.18 | 0.84 | 0.59 |
| Hex | 67 | 41 | EE | 39 | 49 | 0 | 7 | FD | 54 | 3B |
| Octal | 147 | 101 | 356 | 71 | 111 | 0 | 7 | 375 | 124 | 73 |
| Binary | 1100111 | 1000001 | 11101110 | 111001 | 1001001 | 0 | 111 | 11111101 | 1010100 | 111011 |
Color Harmonies of #6741EE
Complementary color
Monochromatic Colors of #6741EE
Black with #6741EE
Text Example
Text Example
White with #6741EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741EE; }
p { color: rgb(103,65,238); }
H1.HeaderClassName
{
color: #6741EE;
}
.AnyTagClassName
{
color: #6741EE;
}
</style>
background-color css
<style>
a { background-color: #6741EE; }
a { background-color: rgb(103,65,238); }
div.DivClassName
{
background-color: #6741EE;
}
.BgClassName
{
background-color: #6741EE;
}
</style>
border-color css
<style>
span { border-color: #6741EE; }
span { border-color: rgb(103,65,238); }
td.TdClassName
{
border-color: #6741EE;
}
.TagClassName
{
border-color: #6741EE;
}
</style>