Shades of Neon Blue #683FF6
Tints of Neon Blue #683FF6
RGB
CMYK
RGB Variations
Color information
#683FF6 (or 0x683FF6) is known color: Neon Blue. HEX triplet: 68, 3F and F6. RGB value is (104,63,246). Sum of RGB (Red+Green+Blue) = 104+63+246=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #683FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FF6 is #97C009. Grayscale: #5F5F5F. Windows color (decimal): -9945098 or 16138088. OLE color: 16138088.
HSL color Cylindrical-coordinate representation of color #683FF6: hue angle of 253.44º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683FF6 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 63 | 246 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.04 |
| HSL | 253.44º | 0.91% | 0.61% | - |
| HSV(B) | 253.44º | 0.74% | 0.96% | - |
| XYZ | 24.12 | 13.15 | 88.46 | - |
| YUV | 96.12 | 212.58 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 246 | 0.58 | 0.74 | 0 | 0.04 | 253.44 | 0.91 | 0.61 |
| Hex | 68 | 3F | F6 | 3A | 4A | 0 | 4 | FD | 5B | 3D |
| Octal | 150 | 77 | 366 | 72 | 112 | 0 | 4 | 375 | 133 | 75 |
| Binary | 1101000 | 111111 | 11110110 | 111010 | 1001010 | 0 | 100 | 11111101 | 1011011 | 111101 |
Color Harmonies of #683FF6
Complementary color
Monochromatic Colors of #683FF6
Black with #683FF6
Text Example
Text Example
White with #683FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FF6; }
p { color: rgb(104,63,246); }
H1.HeaderClassName
{
color: #683FF6;
}
.AnyTagClassName
{
color: #683FF6;
}
</style>
background-color css
<style>
a { background-color: #683FF6; }
a { background-color: rgb(104,63,246); }
div.DivClassName
{
background-color: #683FF6;
}
.BgClassName
{
background-color: #683FF6;
}
</style>
border-color css
<style>
span { border-color: #683FF6; }
span { border-color: rgb(104,63,246); }
td.TdClassName
{
border-color: #683FF6;
}
.TagClassName
{
border-color: #683FF6;
}
</style>