Shades of Neon Blue #683AF8
Tints of Neon Blue #683AF8
RGB
CMYK
RGB Variations
Color information
#683AF8 (or 0x683AF8) is known color: Neon Blue. HEX triplet: 68, 3A and F8. RGB value is (104,58,248). Sum of RGB (Red+Green+Blue) = 104+58+248=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #683AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AF8 is #97C507. Grayscale: #5C5C5C. Windows color (decimal): -9946376 or 16267880. OLE color: 16267880.
HSL color Cylindrical-coordinate representation of color #683AF8: hue angle of 254.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #683AF8 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 58 | 248 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.03 |
| HSL | 254.53º | 0.93% | 0.6% | - |
| HSV(B) | 254.53º | 0.77% | 0.97% | - |
| XYZ | 24.17 | 12.75 | 89.99 | - |
| YUV | 93.41 | 215.24 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 248 | 0.58 | 0.77 | 0 | 0.03 | 254.53 | 0.93 | 0.6 |
| Hex | 68 | 3A | F8 | 3A | 4D | 0 | 3 | FF | 5D | 3C |
| Octal | 150 | 72 | 370 | 72 | 115 | 0 | 3 | 377 | 135 | 74 |
| Binary | 1101000 | 111010 | 11111000 | 111010 | 1001101 | 0 | 11 | 11111111 | 1011101 | 111100 |
Color Harmonies of #683AF8
Complementary color
Monochromatic Colors of #683AF8
Black with #683AF8
Text Example
Text Example
White with #683AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AF8; }
p { color: rgb(104,58,248); }
H1.HeaderClassName
{
color: #683AF8;
}
.AnyTagClassName
{
color: #683AF8;
}
</style>
background-color css
<style>
a { background-color: #683AF8; }
a { background-color: rgb(104,58,248); }
div.DivClassName
{
background-color: #683AF8;
}
.BgClassName
{
background-color: #683AF8;
}
</style>
border-color css
<style>
span { border-color: #683AF8; }
span { border-color: rgb(104,58,248); }
td.TdClassName
{
border-color: #683AF8;
}
.TagClassName
{
border-color: #683AF8;
}
</style>