Shades of Neon Blue #683CF5
Tints of Neon Blue #683CF5
RGB
CMYK
RGB Variations
Color information
#683CF5 (or 0x683CF5) is known color: Neon Blue. HEX triplet: 68, 3C and F5. RGB value is (104,60,245). Sum of RGB (Red+Green+Blue) = 104+60+245=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #683CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CF5 is #97C30A. Grayscale: #5D5D5D. Windows color (decimal): -9945867 or 16071784. OLE color: 16071784.
HSL color Cylindrical-coordinate representation of color #683CF5: hue angle of 254.27º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683CF5 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 60 | 245 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.04 |
| HSL | 254.27º | 0.9% | 0.6% | - |
| HSV(B) | 254.27º | 0.76% | 0.96% | - |
| XYZ | 23.81 | 12.77 | 87.6 | - |
| YUV | 94.25 | 213.08 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 245 | 0.58 | 0.76 | 0 | 0.04 | 254.27 | 0.9 | 0.6 |
| Hex | 68 | 3C | F5 | 3A | 4C | 0 | 4 | FE | 5A | 3C |
| Octal | 150 | 74 | 365 | 72 | 114 | 0 | 4 | 376 | 132 | 74 |
| Binary | 1101000 | 111100 | 11110101 | 111010 | 1001100 | 0 | 100 | 11111110 | 1011010 | 111100 |
Color Harmonies of #683CF5
Complementary color
Monochromatic Colors of #683CF5
Black with #683CF5
Text Example
Text Example
White with #683CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CF5; }
p { color: rgb(104,60,245); }
H1.HeaderClassName
{
color: #683CF5;
}
.AnyTagClassName
{
color: #683CF5;
}
</style>
background-color css
<style>
a { background-color: #683CF5; }
a { background-color: rgb(104,60,245); }
div.DivClassName
{
background-color: #683CF5;
}
.BgClassName
{
background-color: #683CF5;
}
</style>
border-color css
<style>
span { border-color: #683CF5; }
span { border-color: rgb(104,60,245); }
td.TdClassName
{
border-color: #683CF5;
}
.TagClassName
{
border-color: #683CF5;
}
</style>