Shades of Neon Blue #683EEE
Tints of Neon Blue #683EEE
RGB
CMYK
RGB Variations
Color information
#683EEE (or 0x683EEE) is known color: Neon Blue. HEX triplet: 68, 3E and EE. RGB value is (104,62,238). Sum of RGB (Red+Green+Blue) = 104+62+238=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #683EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683EEE is #97C111. Grayscale: #5D5D5D. Windows color (decimal): -9945362 or 15613544. OLE color: 15613544.
HSL color Cylindrical-coordinate representation of color #683EEE: hue angle of 254.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683EEE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 62 | 238 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.32º | 0.84% | 0.59% | - |
| HSV(B) | 254.32º | 0.74% | 0.93% | - |
| XYZ | 22.86 | 12.56 | 82.11 | - |
| YUV | 94.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 238 | 0.56 | 0.74 | 0 | 0.07 | 254.32 | 0.84 | 0.59 |
| Hex | 68 | 3E | EE | 38 | 4A | 0 | 7 | FE | 54 | 3B |
| Octal | 150 | 76 | 356 | 70 | 112 | 0 | 7 | 376 | 124 | 73 |
| Binary | 1101000 | 111110 | 11101110 | 111000 | 1001010 | 0 | 111 | 11111110 | 1010100 | 111011 |
Color Harmonies of #683EEE
Complementary color
Monochromatic Colors of #683EEE
Black with #683EEE
Text Example
Text Example
White with #683EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683EEE; }
p { color: rgb(104,62,238); }
H1.HeaderClassName
{
color: #683EEE;
}
.AnyTagClassName
{
color: #683EEE;
}
</style>
background-color css
<style>
a { background-color: #683EEE; }
a { background-color: rgb(104,62,238); }
div.DivClassName
{
background-color: #683EEE;
}
.BgClassName
{
background-color: #683EEE;
}
</style>
border-color css
<style>
span { border-color: #683EEE; }
span { border-color: rgb(104,62,238); }
td.TdClassName
{
border-color: #683EEE;
}
.TagClassName
{
border-color: #683EEE;
}
</style>