Shades of Neon Blue #683CFF
Tints of Neon Blue #683CFF
RGB
CMYK
RGB Variations
Color information
#683CFF (or 0x683CFF) is known color: Neon Blue. HEX triplet: 68, 3C and FF. RGB value is (104,60,255). Sum of RGB (Red+Green+Blue) = 104+60+255=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #683CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CFF is #97C300. Grayscale: #5E5E5E. Windows color (decimal): -9945857 or 16727144. OLE color: 16727144.
HSL color Cylindrical-coordinate representation of color #683CFF: hue angle of 253.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683CFF is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 60 | 255 | - |
| CMYK | 0.59 | 0.76 | 0 | 0 |
| HSL | 253.54º | 1% | 0.62% | - |
| HSV(B) | 253.54º | 0.76% | 1% | - |
| XYZ | 25.37 | 13.39 | 95.86 | - |
| YUV | 95.39 | 218.08 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 255 | 0.59 | 0.76 | 0 | 0 | 253.54 | 1 | 0.62 |
| Hex | 68 | 3C | FF | 3B | 4C | 0 | 0 | FE | 64 | 3E |
| Octal | 150 | 74 | 377 | 73 | 114 | 0 | 0 | 376 | 144 | 76 |
| Binary | 1101000 | 111100 | 11111111 | 111011 | 1001100 | 0 | 0 | 11111110 | 1100100 | 111110 |
Color Harmonies of #683CFF
Complementary color
Monochromatic Colors of #683CFF
Black with #683CFF
Text Example
Text Example
White with #683CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CFF; }
p { color: rgb(104,60,255); }
H1.HeaderClassName
{
color: #683CFF;
}
.AnyTagClassName
{
color: #683CFF;
}
</style>
background-color css
<style>
a { background-color: #683CFF; }
a { background-color: rgb(104,60,255); }
div.DivClassName
{
background-color: #683CFF;
}
.BgClassName
{
background-color: #683CFF;
}
</style>
border-color css
<style>
span { border-color: #683CFF; }
span { border-color: rgb(104,60,255); }
td.TdClassName
{
border-color: #683CFF;
}
.TagClassName
{
border-color: #683CFF;
}
</style>