Shades of Neon Blue #683AFB
Tints of Neon Blue #683AFB
RGB
CMYK
RGB Variations
Color information
#683AFB (or 0x683AFB) is known color: Neon Blue. HEX triplet: 68, 3A and FB. RGB value is (104,58,251). Sum of RGB (Red+Green+Blue) = 104+58+251=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #683AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AFB is #97C504. Grayscale: #5D5D5D. Windows color (decimal): -9946373 or 16464488. OLE color: 16464488.
HSL color Cylindrical-coordinate representation of color #683AFB: hue angle of 254.3º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #683AFB is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 58 | 251 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.02 |
| HSL | 254.3º | 0.96% | 0.61% | - |
| HSV(B) | 254.3º | 0.77% | 0.98% | - |
| XYZ | 24.63 | 12.93 | 92.46 | - |
| YUV | 93.76 | 216.74 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 251 | 0.59 | 0.77 | 0 | 0.02 | 254.3 | 0.96 | 0.61 |
| Hex | 68 | 3A | FB | 3B | 4D | 0 | 2 | FE | 60 | 3D |
| Octal | 150 | 72 | 373 | 73 | 115 | 0 | 2 | 376 | 140 | 75 |
| Binary | 1101000 | 111010 | 11111011 | 111011 | 1001101 | 0 | 10 | 11111110 | 1100000 | 111101 |
Color Harmonies of #683AFB
Complementary color
Monochromatic Colors of #683AFB
Black with #683AFB
Text Example
Text Example
White with #683AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AFB; }
p { color: rgb(104,58,251); }
H1.HeaderClassName
{
color: #683AFB;
}
.AnyTagClassName
{
color: #683AFB;
}
</style>
background-color css
<style>
a { background-color: #683AFB; }
a { background-color: rgb(104,58,251); }
div.DivClassName
{
background-color: #683AFB;
}
.BgClassName
{
background-color: #683AFB;
}
</style>
border-color css
<style>
span { border-color: #683AFB; }
span { border-color: rgb(104,58,251); }
td.TdClassName
{
border-color: #683AFB;
}
.TagClassName
{
border-color: #683AFB;
}
</style>