Shades of Neon Blue #683CFE
Tints of Neon Blue #683CFE
RGB
CMYK
RGB Variations
Color information
#683CFE (or 0x683CFE) is known color: Neon Blue. HEX triplet: 68, 3C and FE. RGB value is (104,60,254). Sum of RGB (Red+Green+Blue) = 104+60+254=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #683CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CFE is #97C301. Grayscale: #5E5E5E. Windows color (decimal): -9945858 or 16661608. OLE color: 16661608.
HSL color Cylindrical-coordinate representation of color #683CFE: hue angle of 253.61º 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 #683CFE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 60 | 254 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.00 |
| HSL | 253.61º | 0.99% | 0.62% | - |
| HSV(B) | 253.61º | 0.76% | 1% | - |
| XYZ | 25.21 | 13.33 | 95.01 | - |
| YUV | 95.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 254 | 0.59 | 0.76 | 0 | 0.00 | 253.61 | 0.99 | 0.62 |
| Hex | 68 | 3C | FE | 3B | 4C | 0 | 0 | FE | 63 | 3E |
| Octal | 150 | 74 | 376 | 73 | 114 | 0 | 0 | 376 | 143 | 76 |
| Binary | 1101000 | 111100 | 11111110 | 111011 | 1001100 | 0 | 0 | 11111110 | 1100011 | 111110 |
Color Harmonies of #683CFE
Complementary color
Monochromatic Colors of #683CFE
Black with #683CFE
Text Example
Text Example
White with #683CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CFE; }
p { color: rgb(104,60,254); }
H1.HeaderClassName
{
color: #683CFE;
}
.AnyTagClassName
{
color: #683CFE;
}
</style>
background-color css
<style>
a { background-color: #683CFE; }
a { background-color: rgb(104,60,254); }
div.DivClassName
{
background-color: #683CFE;
}
.BgClassName
{
background-color: #683CFE;
}
</style>
border-color css
<style>
span { border-color: #683CFE; }
span { border-color: rgb(104,60,254); }
td.TdClassName
{
border-color: #683CFE;
}
.TagClassName
{
border-color: #683CFE;
}
</style>