Shades of Neon Blue #684DFF
Tints of Neon Blue #684DFF
RGB
CMYK
RGB Variations
Color information
#684DFF (or 0x684DFF) is known color: Neon Blue. HEX triplet: 68, 4D and FF. RGB value is (104,77,255). Sum of RGB (Red+Green+Blue) = 104+77+255=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #684DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684DFF is #97B200. Grayscale: #686868. Windows color (decimal): -9941505 or 16731496. OLE color: 16731496.
HSL color Cylindrical-coordinate representation of color #684DFF: hue angle of 249.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #684DFF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 77 | 255 | - |
| CMYK | 0.59 | 0.70 | 0 | 0 |
| HSL | 249.1º | 1% | 0.65% | - |
| HSV(B) | 249.1º | 0.7% | 1% | - |
| XYZ | 26.41 | 15.47 | 96.2 | - |
| YUV | 105.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 255 | 0.59 | 0.70 | 0 | 0 | 249.1 | 1 | 0.65 |
| Hex | 68 | 4D | FF | 3B | 46 | 0 | 0 | F9 | 64 | 41 |
| Octal | 150 | 115 | 377 | 73 | 106 | 0 | 0 | 371 | 144 | 101 |
| Binary | 1101000 | 1001101 | 11111111 | 111011 | 1000110 | 0 | 0 | 11111001 | 1100100 | 1000001 |
Color Harmonies of #684DFF
Complementary color
Monochromatic Colors of #684DFF
Black with #684DFF
Text Example
Text Example
White with #684DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DFF; }
p { color: rgb(104,77,255); }
H1.HeaderClassName
{
color: #684DFF;
}
.AnyTagClassName
{
color: #684DFF;
}
</style>
background-color css
<style>
a { background-color: #684DFF; }
a { background-color: rgb(104,77,255); }
div.DivClassName
{
background-color: #684DFF;
}
.BgClassName
{
background-color: #684DFF;
}
</style>
border-color css
<style>
span { border-color: #684DFF; }
span { border-color: rgb(104,77,255); }
td.TdClassName
{
border-color: #684DFF;
}
.TagClassName
{
border-color: #684DFF;
}
</style>