Shades of Neon Blue #683FFF
Tints of Neon Blue #683FFF
RGB
CMYK
RGB Variations
Color information
#683FFF (or 0x683FFF) is known color: Neon Blue. HEX triplet: 68, 3F and FF. RGB value is (104,63,255). Sum of RGB (Red+Green+Blue) = 104+63+255=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #683FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FFF is #97C000. Grayscale: #606060. Windows color (decimal): -9945089 or 16727912. OLE color: 16727912.
HSL color Cylindrical-coordinate representation of color #683FFF: hue angle of 252.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683FFF is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 63 | 255 | - |
| CMYK | 0.59 | 0.75 | 0 | 0 |
| HSL | 252.81º | 1% | 0.62% | - |
| HSV(B) | 252.81º | 0.75% | 1% | - |
| XYZ | 25.54 | 13.72 | 95.91 | - |
| YUV | 97.15 | 217.08 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 255 | 0.59 | 0.75 | 0 | 0 | 252.81 | 1 | 0.62 |
| Hex | 68 | 3F | FF | 3B | 4B | 0 | 0 | FD | 64 | 3E |
| Octal | 150 | 77 | 377 | 73 | 113 | 0 | 0 | 375 | 144 | 76 |
| Binary | 1101000 | 111111 | 11111111 | 111011 | 1001011 | 0 | 0 | 11111101 | 1100100 | 111110 |
Color Harmonies of #683FFF
Complementary color
Monochromatic Colors of #683FFF
Black with #683FFF
Text Example
Text Example
White with #683FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FFF; }
p { color: rgb(104,63,255); }
H1.HeaderClassName
{
color: #683FFF;
}
.AnyTagClassName
{
color: #683FFF;
}
</style>
background-color css
<style>
a { background-color: #683FFF; }
a { background-color: rgb(104,63,255); }
div.DivClassName
{
background-color: #683FFF;
}
.BgClassName
{
background-color: #683FFF;
}
</style>
border-color css
<style>
span { border-color: #683FFF; }
span { border-color: rgb(104,63,255); }
td.TdClassName
{
border-color: #683FFF;
}
.TagClassName
{
border-color: #683FFF;
}
</style>