Shades of Neon Blue #683DEC
Tints of Neon Blue #683DEC
RGB
CMYK
RGB Variations
Color information
#683DEC (or 0x683DEC) is known color: Neon Blue. HEX triplet: 68, 3D and EC. RGB value is (104,61,236). Sum of RGB (Red+Green+Blue) = 104+61+236=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #683DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DEC is #97C213. Grayscale: #5D5D5D. Windows color (decimal): -9945620 or 15482216. OLE color: 15482216.
HSL color Cylindrical-coordinate representation of color #683DEC: hue angle of 254.74º 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 #683DEC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 61 | 236 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.74º | 0.82% | 0.58% | - |
| HSV(B) | 254.74º | 0.74% | 0.93% | - |
| XYZ | 22.52 | 12.34 | 80.55 | - |
| YUV | 93.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 236 | 0.56 | 0.74 | 0 | 0.07 | 254.74 | 0.82 | 0.58 |
| Hex | 68 | 3D | EC | 38 | 4A | 0 | 7 | FF | 52 | 3A |
| Octal | 150 | 75 | 354 | 70 | 112 | 0 | 7 | 377 | 122 | 72 |
| Binary | 1101000 | 111101 | 11101100 | 111000 | 1001010 | 0 | 111 | 11111111 | 1010010 | 111010 |
Color Harmonies of #683DEC
Complementary color
Monochromatic Colors of #683DEC
Black with #683DEC
Text Example
Text Example
White with #683DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DEC; }
p { color: rgb(104,61,236); }
H1.HeaderClassName
{
color: #683DEC;
}
.AnyTagClassName
{
color: #683DEC;
}
</style>
background-color css
<style>
a { background-color: #683DEC; }
a { background-color: rgb(104,61,236); }
div.DivClassName
{
background-color: #683DEC;
}
.BgClassName
{
background-color: #683DEC;
}
</style>
border-color css
<style>
span { border-color: #683DEC; }
span { border-color: rgb(104,61,236); }
td.TdClassName
{
border-color: #683DEC;
}
.TagClassName
{
border-color: #683DEC;
}
</style>