Shades of Neon Blue #683DF9
Tints of Neon Blue #683DF9
RGB
CMYK
RGB Variations
Color information
#683DF9 (or 0x683DF9) is known color: Neon Blue. HEX triplet: 68, 3D and F9. RGB value is (104,61,249). Sum of RGB (Red+Green+Blue) = 104+61+249=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #683DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DF9 is #97C206. Grayscale: #5E5E5E. Windows color (decimal): -9945607 or 16334184. OLE color: 16334184.
HSL color Cylindrical-coordinate representation of color #683DF9: hue angle of 253.72º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683DF9 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 61 | 249 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.02 |
| HSL | 253.72º | 0.94% | 0.61% | - |
| HSV(B) | 253.72º | 0.76% | 0.98% | - |
| XYZ | 24.48 | 13.12 | 90.86 | - |
| YUV | 95.29 | 214.75 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 249 | 0.58 | 0.76 | 0 | 0.02 | 253.72 | 0.94 | 0.61 |
| Hex | 68 | 3D | F9 | 3A | 4C | 0 | 2 | FE | 5E | 3D |
| Octal | 150 | 75 | 371 | 72 | 114 | 0 | 2 | 376 | 136 | 75 |
| Binary | 1101000 | 111101 | 11111001 | 111010 | 1001100 | 0 | 10 | 11111110 | 1011110 | 111101 |
Color Harmonies of #683DF9
Complementary color
Monochromatic Colors of #683DF9
Black with #683DF9
Text Example
Text Example
White with #683DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DF9; }
p { color: rgb(104,61,249); }
H1.HeaderClassName
{
color: #683DF9;
}
.AnyTagClassName
{
color: #683DF9;
}
</style>
background-color css
<style>
a { background-color: #683DF9; }
a { background-color: rgb(104,61,249); }
div.DivClassName
{
background-color: #683DF9;
}
.BgClassName
{
background-color: #683DF9;
}
</style>
border-color css
<style>
span { border-color: #683DF9; }
span { border-color: rgb(104,61,249); }
td.TdClassName
{
border-color: #683DF9;
}
.TagClassName
{
border-color: #683DF9;
}
</style>