Shades of Neon Blue #683BF6
Tints of Neon Blue #683BF6
RGB
CMYK
RGB Variations
Color information
#683BF6 (or 0x683BF6) is known color: Neon Blue. HEX triplet: 68, 3B and F6. RGB value is (104,59,246). Sum of RGB (Red+Green+Blue) = 104+59+246=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #683BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BF6 is #97C409. Grayscale: #5D5D5D. Windows color (decimal): -9946122 or 16137064. OLE color: 16137064.
HSL color Cylindrical-coordinate representation of color #683BF6: hue angle of 254.44º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683BF6 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 59 | 246 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.04 |
| HSL | 254.44º | 0.91% | 0.6% | - |
| HSV(B) | 254.44º | 0.76% | 0.96% | - |
| XYZ | 23.91 | 12.72 | 88.38 | - |
| YUV | 93.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 246 | 0.58 | 0.76 | 0 | 0.04 | 254.44 | 0.91 | 0.6 |
| Hex | 68 | 3B | F6 | 3A | 4C | 0 | 4 | FE | 5B | 3C |
| Octal | 150 | 73 | 366 | 72 | 114 | 0 | 4 | 376 | 133 | 74 |
| Binary | 1101000 | 111011 | 11110110 | 111010 | 1001100 | 0 | 100 | 11111110 | 1011011 | 111100 |
Color Harmonies of #683BF6
Complementary color
Monochromatic Colors of #683BF6
Black with #683BF6
Text Example
Text Example
White with #683BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BF6; }
p { color: rgb(104,59,246); }
H1.HeaderClassName
{
color: #683BF6;
}
.AnyTagClassName
{
color: #683BF6;
}
</style>
background-color css
<style>
a { background-color: #683BF6; }
a { background-color: rgb(104,59,246); }
div.DivClassName
{
background-color: #683BF6;
}
.BgClassName
{
background-color: #683BF6;
}
</style>
border-color css
<style>
span { border-color: #683BF6; }
span { border-color: rgb(104,59,246); }
td.TdClassName
{
border-color: #683BF6;
}
.TagClassName
{
border-color: #683BF6;
}
</style>