Shades of Neon Blue #683CEB
Tints of Neon Blue #683CEB
RGB
CMYK
RGB Variations
Color information
#683CEB (or 0x683CEB) is known color: Neon Blue. HEX triplet: 68, 3C and EB. RGB value is (104,60,235). Sum of RGB (Red+Green+Blue) = 104+60+235=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #683CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CEB is #97C314. Grayscale: #5C5C5C. Windows color (decimal): -9945877 or 15416424. OLE color: 15416424.
HSL color Cylindrical-coordinate representation of color #683CEB: hue angle of 255.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683CEB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 60 | 235 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.08 |
| HSL | 255.09º | 0.81% | 0.58% | - |
| HSV(B) | 255.09º | 0.74% | 0.92% | - |
| XYZ | 22.32 | 12.17 | 79.77 | - |
| YUV | 93.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 235 | 0.56 | 0.74 | 0 | 0.08 | 255.09 | 0.81 | 0.58 |
| Hex | 68 | 3C | EB | 38 | 4A | 0 | 8 | FF | 51 | 3A |
| Octal | 150 | 74 | 353 | 70 | 112 | 0 | 10 | 377 | 121 | 72 |
| Binary | 1101000 | 111100 | 11101011 | 111000 | 1001010 | 0 | 1000 | 11111111 | 1010001 | 111010 |
Color Harmonies of #683CEB
Complementary color
Monochromatic Colors of #683CEB
Black with #683CEB
Text Example
Text Example
White with #683CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CEB; }
p { color: rgb(104,60,235); }
H1.HeaderClassName
{
color: #683CEB;
}
.AnyTagClassName
{
color: #683CEB;
}
</style>
background-color css
<style>
a { background-color: #683CEB; }
a { background-color: rgb(104,60,235); }
div.DivClassName
{
background-color: #683CEB;
}
.BgClassName
{
background-color: #683CEB;
}
</style>
border-color css
<style>
span { border-color: #683CEB; }
span { border-color: rgb(104,60,235); }
td.TdClassName
{
border-color: #683CEB;
}
.TagClassName
{
border-color: #683CEB;
}
</style>