Shades of Neon Blue #684BFE
Tints of Neon Blue #684BFE
RGB
CMYK
RGB Variations
Color information
#684BFE (or 0x684BFE) is known color: Neon Blue. HEX triplet: 68, 4B and FE. RGB value is (104,75,254). Sum of RGB (Red+Green+Blue) = 104+75+254=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #684BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684BFE is #97B401. Grayscale: #676767. Windows color (decimal): -9942018 or 16665448. OLE color: 16665448.
HSL color Cylindrical-coordinate representation of color #684BFE: hue angle of 249.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #684BFE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 75 | 254 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.00 |
| HSL | 249.72º | 0.99% | 0.65% | - |
| HSV(B) | 249.72º | 0.7% | 1% | - |
| XYZ | 26.11 | 15.13 | 95.31 | - |
| YUV | 104.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 254 | 0.59 | 0.70 | 0 | 0.00 | 249.72 | 0.99 | 0.65 |
| Hex | 68 | 4B | FE | 3B | 46 | 0 | 0 | FA | 63 | 41 |
| Octal | 150 | 113 | 376 | 73 | 106 | 0 | 0 | 372 | 143 | 101 |
| Binary | 1101000 | 1001011 | 11111110 | 111011 | 1000110 | 0 | 0 | 11111010 | 1100011 | 1000001 |
Color Harmonies of #684BFE
Complementary color
Monochromatic Colors of #684BFE
Black with #684BFE
Text Example
Text Example
White with #684BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BFE; }
p { color: rgb(104,75,254); }
H1.HeaderClassName
{
color: #684BFE;
}
.AnyTagClassName
{
color: #684BFE;
}
</style>
background-color css
<style>
a { background-color: #684BFE; }
a { background-color: rgb(104,75,254); }
div.DivClassName
{
background-color: #684BFE;
}
.BgClassName
{
background-color: #684BFE;
}
</style>
border-color css
<style>
span { border-color: #684BFE; }
span { border-color: rgb(104,75,254); }
td.TdClassName
{
border-color: #684BFE;
}
.TagClassName
{
border-color: #684BFE;
}
</style>