Shades of Neon Blue #683CEC
Tints of Neon Blue #683CEC
RGB
CMYK
RGB Variations
Color information
#683CEC (or 0x683CEC) is known color: Neon Blue. HEX triplet: 68, 3C and EC. RGB value is (104,60,236). Sum of RGB (Red+Green+Blue) = 104+60+236=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #683CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CEC is #97C313. Grayscale: #5C5C5C. Windows color (decimal): -9945876 or 15481960. OLE color: 15481960.
HSL color Cylindrical-coordinate representation of color #683CEC: hue angle of 255º 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 #683CEC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 60 | 236 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.07 |
| HSL | 255º | 0.82% | 0.58% | - |
| HSV(B) | 255º | 0.75% | 0.93% | - |
| XYZ | 22.47 | 12.23 | 80.53 | - |
| YUV | 93.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 236 | 0.56 | 0.75 | 0 | 0.07 | 255 | 0.82 | 0.58 |
| Hex | 68 | 3C | EC | 38 | 4B | 0 | 7 | FF | 52 | 3A |
| Octal | 150 | 74 | 354 | 70 | 113 | 0 | 7 | 377 | 122 | 72 |
| Binary | 1101000 | 111100 | 11101100 | 111000 | 1001011 | 0 | 111 | 11111111 | 1010010 | 111010 |
Color Harmonies of #683CEC
Complementary color
Monochromatic Colors of #683CEC
Black with #683CEC
Text Example
Text Example
White with #683CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CEC; }
p { color: rgb(104,60,236); }
H1.HeaderClassName
{
color: #683CEC;
}
.AnyTagClassName
{
color: #683CEC;
}
</style>
background-color css
<style>
a { background-color: #683CEC; }
a { background-color: rgb(104,60,236); }
div.DivClassName
{
background-color: #683CEC;
}
.BgClassName
{
background-color: #683CEC;
}
</style>
border-color css
<style>
span { border-color: #683CEC; }
span { border-color: rgb(104,60,236); }
td.TdClassName
{
border-color: #683CEC;
}
.TagClassName
{
border-color: #683CEC;
}
</style>