Shades of Neon Blue #683FF0
Tints of Neon Blue #683FF0
RGB
CMYK
RGB Variations
Color information
#683FF0 (or 0x683FF0) is known color: Neon Blue. HEX triplet: 68, 3F and F0. RGB value is (104,63,240). Sum of RGB (Red+Green+Blue) = 104+63+240=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #683FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FF0 is #97C00F. Grayscale: #5E5E5E. Windows color (decimal): -9945104 or 15744872. OLE color: 15744872.
HSL color Cylindrical-coordinate representation of color #683FF0: hue angle of 253.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #683FF0 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 63 | 240 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.06 |
| HSL | 253.9º | 0.86% | 0.59% | - |
| HSV(B) | 253.9º | 0.74% | 0.94% | - |
| XYZ | 23.21 | 12.79 | 83.68 | - |
| YUV | 95.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 240 | 0.57 | 0.74 | 0 | 0.06 | 253.9 | 0.86 | 0.59 |
| Hex | 68 | 3F | F0 | 39 | 4A | 0 | 6 | FE | 56 | 3B |
| Octal | 150 | 77 | 360 | 71 | 112 | 0 | 6 | 376 | 126 | 73 |
| Binary | 1101000 | 111111 | 11110000 | 111001 | 1001010 | 0 | 110 | 11111110 | 1010110 | 111011 |
Color Harmonies of #683FF0
Complementary color
Monochromatic Colors of #683FF0
Black with #683FF0
Text Example
Text Example
White with #683FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FF0; }
p { color: rgb(104,63,240); }
H1.HeaderClassName
{
color: #683FF0;
}
.AnyTagClassName
{
color: #683FF0;
}
</style>
background-color css
<style>
a { background-color: #683FF0; }
a { background-color: rgb(104,63,240); }
div.DivClassName
{
background-color: #683FF0;
}
.BgClassName
{
background-color: #683FF0;
}
</style>
border-color css
<style>
span { border-color: #683FF0; }
span { border-color: rgb(104,63,240); }
td.TdClassName
{
border-color: #683FF0;
}
.TagClassName
{
border-color: #683FF0;
}
</style>