Shades of Neon Blue #683DEE
Tints of Neon Blue #683DEE
RGB
CMYK
RGB Variations
Color information
#683DEE (or 0x683DEE) is known color: Neon Blue. HEX triplet: 68, 3D and EE. RGB value is (104,61,238). Sum of RGB (Red+Green+Blue) = 104+61+238=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 61 (24.22% from 255 or 15.14% 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 #683DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DEE is #97C211. Grayscale: #5D5D5D. Windows color (decimal): -9945618 or 15613288. OLE color: 15613288.
HSL color Cylindrical-coordinate representation of color #683DEE: hue angle of 254.58º 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 #683DEE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 61 | 238 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.58º | 0.84% | 0.59% | - |
| HSV(B) | 254.58º | 0.74% | 0.93% | - |
| XYZ | 22.81 | 12.45 | 82.09 | - |
| YUV | 94.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 238 | 0.56 | 0.74 | 0 | 0.07 | 254.58 | 0.84 | 0.59 |
| Hex | 68 | 3D | EE | 38 | 4A | 0 | 7 | FF | 54 | 3B |
| Octal | 150 | 75 | 356 | 70 | 112 | 0 | 7 | 377 | 124 | 73 |
| Binary | 1101000 | 111101 | 11101110 | 111000 | 1001010 | 0 | 111 | 11111111 | 1010100 | 111011 |
Color Harmonies of #683DEE
Complementary color
Monochromatic Colors of #683DEE
Black with #683DEE
Text Example
Text Example
White with #683DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DEE; }
p { color: rgb(104,61,238); }
H1.HeaderClassName
{
color: #683DEE;
}
.AnyTagClassName
{
color: #683DEE;
}
</style>
background-color css
<style>
a { background-color: #683DEE; }
a { background-color: rgb(104,61,238); }
div.DivClassName
{
background-color: #683DEE;
}
.BgClassName
{
background-color: #683DEE;
}
</style>
border-color css
<style>
span { border-color: #683DEE; }
span { border-color: rgb(104,61,238); }
td.TdClassName
{
border-color: #683DEE;
}
.TagClassName
{
border-color: #683DEE;
}
</style>