Shades of Neon Blue #683DFE
Tints of Neon Blue #683DFE
RGB
CMYK
RGB Variations
Color information
#683DFE (or 0x683DFE) is known color: Neon Blue. HEX triplet: 68, 3D and FE. RGB value is (104,61,254). Sum of RGB (Red+Green+Blue) = 104+61+254=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #683DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DFE is #97C201. Grayscale: #5F5F5F. Windows color (decimal): -9945602 or 16661864. OLE color: 16661864.
HSL color Cylindrical-coordinate representation of color #683DFE: hue angle of 253.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683DFE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 61 | 254 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.00 |
| HSL | 253.37º | 0.99% | 0.62% | - |
| HSV(B) | 253.37º | 0.76% | 1% | - |
| XYZ | 25.27 | 13.44 | 95.03 | - |
| YUV | 95.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 254 | 0.59 | 0.76 | 0 | 0.00 | 253.37 | 0.99 | 0.62 |
| Hex | 68 | 3D | FE | 3B | 4C | 0 | 0 | FD | 63 | 3E |
| Octal | 150 | 75 | 376 | 73 | 114 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1101000 | 111101 | 11111110 | 111011 | 1001100 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #683DFE
Complementary color
Monochromatic Colors of #683DFE
Black with #683DFE
Text Example
Text Example
White with #683DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DFE; }
p { color: rgb(104,61,254); }
H1.HeaderClassName
{
color: #683DFE;
}
.AnyTagClassName
{
color: #683DFE;
}
</style>
background-color css
<style>
a { background-color: #683DFE; }
a { background-color: rgb(104,61,254); }
div.DivClassName
{
background-color: #683DFE;
}
.BgClassName
{
background-color: #683DFE;
}
</style>
border-color css
<style>
span { border-color: #683DFE; }
span { border-color: rgb(104,61,254); }
td.TdClassName
{
border-color: #683DFE;
}
.TagClassName
{
border-color: #683DFE;
}
</style>