Shades of Neon Blue #683FFE
Tints of Neon Blue #683FFE
RGB
CMYK
RGB Variations
Color information
#683FFE (or 0x683FFE) is known color: Neon Blue. HEX triplet: 68, 3F and FE. RGB value is (104,63,254). Sum of RGB (Red+Green+Blue) = 104+63+254=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #683FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FFE is #97C001. Grayscale: #606060. Windows color (decimal): -9945090 or 16662376. OLE color: 16662376.
HSL color Cylindrical-coordinate representation of color #683FFE: hue angle of 252.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683FFE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 63 | 254 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.00 |
| HSL | 252.88º | 0.99% | 0.62% | - |
| HSV(B) | 252.88º | 0.75% | 1% | - |
| XYZ | 25.38 | 13.65 | 95.06 | - |
| YUV | 97.03 | 216.58 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 254 | 0.59 | 0.75 | 0 | 0.00 | 252.88 | 0.99 | 0.62 |
| Hex | 68 | 3F | FE | 3B | 4B | 0 | 0 | FD | 63 | 3E |
| Octal | 150 | 77 | 376 | 73 | 113 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1101000 | 111111 | 11111110 | 111011 | 1001011 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #683FFE
Complementary color
Monochromatic Colors of #683FFE
Black with #683FFE
Text Example
Text Example
White with #683FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FFE; }
p { color: rgb(104,63,254); }
H1.HeaderClassName
{
color: #683FFE;
}
.AnyTagClassName
{
color: #683FFE;
}
</style>
background-color css
<style>
a { background-color: #683FFE; }
a { background-color: rgb(104,63,254); }
div.DivClassName
{
background-color: #683FFE;
}
.BgClassName
{
background-color: #683FFE;
}
</style>
border-color css
<style>
span { border-color: #683FFE; }
span { border-color: rgb(104,63,254); }
td.TdClassName
{
border-color: #683FFE;
}
.TagClassName
{
border-color: #683FFE;
}
</style>