Shades of Neon Blue #683FED
Tints of Neon Blue #683FED
RGB
CMYK
RGB Variations
Color information
#683FED (or 0x683FED) is known color: Neon Blue. HEX triplet: 68, 3F and ED. RGB value is (104,63,237). Sum of RGB (Red+Green+Blue) = 104+63+237=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #683FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FED is #97C012. Grayscale: #5E5E5E. Windows color (decimal): -9945107 or 15548264. OLE color: 15548264.
HSL color Cylindrical-coordinate representation of color #683FED: hue angle of 254.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683FED is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 63 | 237 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.07 |
| HSL | 254.14º | 0.83% | 0.59% | - |
| HSV(B) | 254.14º | 0.73% | 0.93% | - |
| XYZ | 22.77 | 12.61 | 81.35 | - |
| YUV | 95.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 237 | 0.56 | 0.73 | 0 | 0.07 | 254.14 | 0.83 | 0.59 |
| Hex | 68 | 3F | ED | 38 | 49 | 0 | 7 | FE | 53 | 3B |
| Octal | 150 | 77 | 355 | 70 | 111 | 0 | 7 | 376 | 123 | 73 |
| Binary | 1101000 | 111111 | 11101101 | 111000 | 1001001 | 0 | 111 | 11111110 | 1010011 | 111011 |
Color Harmonies of #683FED
Complementary color
Monochromatic Colors of #683FED
Black with #683FED
Text Example
Text Example
White with #683FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FED; }
p { color: rgb(104,63,237); }
H1.HeaderClassName
{
color: #683FED;
}
.AnyTagClassName
{
color: #683FED;
}
</style>
background-color css
<style>
a { background-color: #683FED; }
a { background-color: rgb(104,63,237); }
div.DivClassName
{
background-color: #683FED;
}
.BgClassName
{
background-color: #683FED;
}
</style>
border-color css
<style>
span { border-color: #683FED; }
span { border-color: rgb(104,63,237); }
td.TdClassName
{
border-color: #683FED;
}
.TagClassName
{
border-color: #683FED;
}
</style>