Shades of Neon Blue #683DED
Tints of Neon Blue #683DED
RGB
CMYK
RGB Variations
Color information
#683DED (or 0x683DED) is known color: Neon Blue. HEX triplet: 68, 3D and ED. RGB value is (104,61,237). Sum of RGB (Red+Green+Blue) = 104+61+237=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #683DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DED is #97C212. Grayscale: #5D5D5D. Windows color (decimal): -9945619 or 15547752. OLE color: 15547752.
HSL color Cylindrical-coordinate representation of color #683DED: hue angle of 254.66º degrees, saturation: 0.83, 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 #683DED is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 61 | 237 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.66º | 0.83% | 0.58% | - |
| HSV(B) | 254.66º | 0.74% | 0.93% | - |
| XYZ | 22.66 | 12.39 | 81.32 | - |
| YUV | 93.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 237 | 0.56 | 0.74 | 0 | 0.07 | 254.66 | 0.83 | 0.58 |
| Hex | 68 | 3D | ED | 38 | 4A | 0 | 7 | FF | 53 | 3A |
| Octal | 150 | 75 | 355 | 70 | 112 | 0 | 7 | 377 | 123 | 72 |
| Binary | 1101000 | 111101 | 11101101 | 111000 | 1001010 | 0 | 111 | 11111111 | 1010011 | 111010 |
Color Harmonies of #683DED
Complementary color
Monochromatic Colors of #683DED
Black with #683DED
Text Example
Text Example
White with #683DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DED; }
p { color: rgb(104,61,237); }
H1.HeaderClassName
{
color: #683DED;
}
.AnyTagClassName
{
color: #683DED;
}
</style>
background-color css
<style>
a { background-color: #683DED; }
a { background-color: rgb(104,61,237); }
div.DivClassName
{
background-color: #683DED;
}
.BgClassName
{
background-color: #683DED;
}
</style>
border-color css
<style>
span { border-color: #683DED; }
span { border-color: rgb(104,61,237); }
td.TdClassName
{
border-color: #683DED;
}
.TagClassName
{
border-color: #683DED;
}
</style>