Shades of Neon Blue #683CF7
Tints of Neon Blue #683CF7
RGB
CMYK
RGB Variations
Color information
#683CF7 (or 0x683CF7) is known color: Neon Blue. HEX triplet: 68, 3C and F7. RGB value is (104,60,247). Sum of RGB (Red+Green+Blue) = 104+60+247=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #683CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CF7 is #97C308. Grayscale: #5D5D5D. Windows color (decimal): -9945865 or 16202856. OLE color: 16202856.
HSL color Cylindrical-coordinate representation of color #683CF7: hue angle of 254.12º degrees, saturation: 0.92, 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 #683CF7 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 60 | 247 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.03 |
| HSL | 254.12º | 0.92% | 0.6% | - |
| HSV(B) | 254.12º | 0.76% | 0.97% | - |
| XYZ | 24.11 | 12.89 | 89.21 | - |
| YUV | 94.47 | 214.08 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 247 | 0.58 | 0.76 | 0 | 0.03 | 254.12 | 0.92 | 0.6 |
| Hex | 68 | 3C | F7 | 3A | 4C | 0 | 3 | FE | 5C | 3C |
| Octal | 150 | 74 | 367 | 72 | 114 | 0 | 3 | 376 | 134 | 74 |
| Binary | 1101000 | 111100 | 11110111 | 111010 | 1001100 | 0 | 11 | 11111110 | 1011100 | 111100 |
Color Harmonies of #683CF7
Complementary color
Monochromatic Colors of #683CF7
Black with #683CF7
Text Example
Text Example
White with #683CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CF7; }
p { color: rgb(104,60,247); }
H1.HeaderClassName
{
color: #683CF7;
}
.AnyTagClassName
{
color: #683CF7;
}
</style>
background-color css
<style>
a { background-color: #683CF7; }
a { background-color: rgb(104,60,247); }
div.DivClassName
{
background-color: #683CF7;
}
.BgClassName
{
background-color: #683CF7;
}
</style>
border-color css
<style>
span { border-color: #683CF7; }
span { border-color: rgb(104,60,247); }
td.TdClassName
{
border-color: #683CF7;
}
.TagClassName
{
border-color: #683CF7;
}
</style>