Shades of Neon Blue #683EEC
Tints of Neon Blue #683EEC
RGB
CMYK
RGB Variations
Color information
#683EEC (or 0x683EEC) is known color: Neon Blue. HEX triplet: 68, 3E and EC. RGB value is (104,62,236). Sum of RGB (Red+Green+Blue) = 104+62+236=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #683EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683EEC is #97C113. Grayscale: #5D5D5D. Windows color (decimal): -9945364 or 15482472. OLE color: 15482472.
HSL color Cylindrical-coordinate representation of color #683EEC: hue angle of 254.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683EEC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 62 | 236 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.48º | 0.82% | 0.58% | - |
| HSV(B) | 254.48º | 0.74% | 0.93% | - |
| XYZ | 22.57 | 12.44 | 80.57 | - |
| YUV | 94.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 236 | 0.56 | 0.74 | 0 | 0.07 | 254.48 | 0.82 | 0.58 |
| Hex | 68 | 3E | EC | 38 | 4A | 0 | 7 | FE | 52 | 3A |
| Octal | 150 | 76 | 354 | 70 | 112 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1101000 | 111110 | 11101100 | 111000 | 1001010 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #683EEC
Complementary color
Monochromatic Colors of #683EEC
Black with #683EEC
Text Example
Text Example
White with #683EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683EEC; }
p { color: rgb(104,62,236); }
H1.HeaderClassName
{
color: #683EEC;
}
.AnyTagClassName
{
color: #683EEC;
}
</style>
background-color css
<style>
a { background-color: #683EEC; }
a { background-color: rgb(104,62,236); }
div.DivClassName
{
background-color: #683EEC;
}
.BgClassName
{
background-color: #683EEC;
}
</style>
border-color css
<style>
span { border-color: #683EEC; }
span { border-color: rgb(104,62,236); }
td.TdClassName
{
border-color: #683EEC;
}
.TagClassName
{
border-color: #683EEC;
}
</style>