Shades of Neon Blue #683BF8
Tints of Neon Blue #683BF8
RGB
CMYK
RGB Variations
Color information
#683BF8 (or 0x683BF8) is known color: Neon Blue. HEX triplet: 68, 3B and F8. RGB value is (104,59,248). Sum of RGB (Red+Green+Blue) = 104+59+248=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #683BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683BF8 is #97C407. Grayscale: #5D5D5D. Windows color (decimal): -9946120 or 16268136. OLE color: 16268136.
HSL color Cylindrical-coordinate representation of color #683BF8: hue angle of 254.29º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683BF8 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 59 | 248 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.03 |
| HSL | 254.29º | 0.93% | 0.6% | - |
| HSV(B) | 254.29º | 0.76% | 0.97% | - |
| XYZ | 24.22 | 12.85 | 90.01 | - |
| YUV | 94 | 214.91 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 248 | 0.58 | 0.76 | 0 | 0.03 | 254.29 | 0.93 | 0.6 |
| Hex | 68 | 3B | F8 | 3A | 4C | 0 | 3 | FE | 5D | 3C |
| Octal | 150 | 73 | 370 | 72 | 114 | 0 | 3 | 376 | 135 | 74 |
| Binary | 1101000 | 111011 | 11111000 | 111010 | 1001100 | 0 | 11 | 11111110 | 1011101 | 111100 |
Color Harmonies of #683BF8
Complementary color
Monochromatic Colors of #683BF8
Black with #683BF8
Text Example
Text Example
White with #683BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BF8; }
p { color: rgb(104,59,248); }
H1.HeaderClassName
{
color: #683BF8;
}
.AnyTagClassName
{
color: #683BF8;
}
</style>
background-color css
<style>
a { background-color: #683BF8; }
a { background-color: rgb(104,59,248); }
div.DivClassName
{
background-color: #683BF8;
}
.BgClassName
{
background-color: #683BF8;
}
</style>
border-color css
<style>
span { border-color: #683BF8; }
span { border-color: rgb(104,59,248); }
td.TdClassName
{
border-color: #683BF8;
}
.TagClassName
{
border-color: #683BF8;
}
</style>