Shades of Neon Blue #683DF4
Tints of Neon Blue #683DF4
RGB
CMYK
RGB Variations
Color information
#683DF4 (or 0x683DF4) is known color: Neon Blue. HEX triplet: 68, 3D and F4. RGB value is (104,61,244). Sum of RGB (Red+Green+Blue) = 104+61+244=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #683DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DF4 is #97C20B. Grayscale: #5E5E5E. Windows color (decimal): -9945612 or 16006504. OLE color: 16006504.
HSL color Cylindrical-coordinate representation of color #683DF4: hue angle of 254.1º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683DF4 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 61 | 244 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.04 |
| HSL | 254.1º | 0.89% | 0.6% | - |
| HSV(B) | 254.1º | 0.75% | 0.96% | - |
| XYZ | 23.71 | 12.81 | 86.81 | - |
| YUV | 94.72 | 212.25 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 244 | 0.57 | 0.75 | 0 | 0.04 | 254.1 | 0.89 | 0.6 |
| Hex | 68 | 3D | F4 | 39 | 4B | 0 | 4 | FE | 59 | 3C |
| Octal | 150 | 75 | 364 | 71 | 113 | 0 | 4 | 376 | 131 | 74 |
| Binary | 1101000 | 111101 | 11110100 | 111001 | 1001011 | 0 | 100 | 11111110 | 1011001 | 111100 |
Color Harmonies of #683DF4
Complementary color
Monochromatic Colors of #683DF4
Black with #683DF4
Text Example
Text Example
White with #683DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DF4; }
p { color: rgb(104,61,244); }
H1.HeaderClassName
{
color: #683DF4;
}
.AnyTagClassName
{
color: #683DF4;
}
</style>
background-color css
<style>
a { background-color: #683DF4; }
a { background-color: rgb(104,61,244); }
div.DivClassName
{
background-color: #683DF4;
}
.BgClassName
{
background-color: #683DF4;
}
</style>
border-color css
<style>
span { border-color: #683DF4; }
span { border-color: rgb(104,61,244); }
td.TdClassName
{
border-color: #683DF4;
}
.TagClassName
{
border-color: #683DF4;
}
</style>