Shades of Neon Blue #684EFF
Tints of Neon Blue #684EFF
RGB
CMYK
RGB Variations
Color information
#684EFF (or 0x684EFF) is known color: Neon Blue. HEX triplet: 68, 4E and FF. RGB value is (104,78,255). Sum of RGB (Red+Green+Blue) = 104+78+255=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #684EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684EFF is #97B100. Grayscale: #696969. Windows color (decimal): -9941249 or 16731752. OLE color: 16731752.
HSL color Cylindrical-coordinate representation of color #684EFF: hue angle of 248.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684EFF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 78 | 255 | - |
| CMYK | 0.59 | 0.69 | 0 | 0 |
| HSL | 248.81º | 1% | 0.65% | - |
| HSV(B) | 248.81º | 0.69% | 1% | - |
| XYZ | 26.48 | 15.61 | 96.23 | - |
| YUV | 105.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 255 | 0.59 | 0.69 | 0 | 0 | 248.81 | 1 | 0.65 |
| Hex | 68 | 4E | FF | 3B | 45 | 0 | 0 | F9 | 64 | 41 |
| Octal | 150 | 116 | 377 | 73 | 105 | 0 | 0 | 371 | 144 | 101 |
| Binary | 1101000 | 1001110 | 11111111 | 111011 | 1000101 | 0 | 0 | 11111001 | 1100100 | 1000001 |
Color Harmonies of #684EFF
Complementary color
Monochromatic Colors of #684EFF
Black with #684EFF
Text Example
Text Example
White with #684EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EFF; }
p { color: rgb(104,78,255); }
H1.HeaderClassName
{
color: #684EFF;
}
.AnyTagClassName
{
color: #684EFF;
}
</style>
background-color css
<style>
a { background-color: #684EFF; }
a { background-color: rgb(104,78,255); }
div.DivClassName
{
background-color: #684EFF;
}
.BgClassName
{
background-color: #684EFF;
}
</style>
border-color css
<style>
span { border-color: #684EFF; }
span { border-color: rgb(104,78,255); }
td.TdClassName
{
border-color: #684EFF;
}
.TagClassName
{
border-color: #684EFF;
}
</style>