Shades of Neon Blue #683BEC
Tints of Neon Blue #683BEC
RGB
CMYK
RGB Variations
Color information
#683BEC (or 0x683BEC) is known color: Neon Blue. HEX triplet: 68, 3B and EC. RGB value is (104,59,236). Sum of RGB (Red+Green+Blue) = 104+59+236=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #683BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BEC is #97C413. Grayscale: #5B5B5B. Windows color (decimal): -9946132 or 15481704. OLE color: 15481704.
HSL color Cylindrical-coordinate representation of color #683BEC: hue angle of 255.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683BEC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 59 | 236 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.07 |
| HSL | 255.25º | 0.82% | 0.58% | - |
| HSV(B) | 255.25º | 0.75% | 0.93% | - |
| XYZ | 22.41 | 12.13 | 80.52 | - |
| YUV | 92.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 236 | 0.56 | 0.75 | 0 | 0.07 | 255.25 | 0.82 | 0.58 |
| Hex | 68 | 3B | EC | 38 | 4B | 0 | 7 | FF | 52 | 3A |
| Octal | 150 | 73 | 354 | 70 | 113 | 0 | 7 | 377 | 122 | 72 |
| Binary | 1101000 | 111011 | 11101100 | 111000 | 1001011 | 0 | 111 | 11111111 | 1010010 | 111010 |
Color Harmonies of #683BEC
Complementary color
Monochromatic Colors of #683BEC
Black with #683BEC
Text Example
Text Example
White with #683BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BEC; }
p { color: rgb(104,59,236); }
H1.HeaderClassName
{
color: #683BEC;
}
.AnyTagClassName
{
color: #683BEC;
}
</style>
background-color css
<style>
a { background-color: #683BEC; }
a { background-color: rgb(104,59,236); }
div.DivClassName
{
background-color: #683BEC;
}
.BgClassName
{
background-color: #683BEC;
}
</style>
border-color css
<style>
span { border-color: #683BEC; }
span { border-color: rgb(104,59,236); }
td.TdClassName
{
border-color: #683BEC;
}
.TagClassName
{
border-color: #683BEC;
}
</style>