Shades of Neon Blue #684CFA
Tints of Neon Blue #684CFA
RGB
CMYK
RGB Variations
Color information
#684CFA (or 0x684CFA) is known color: Neon Blue. HEX triplet: 68, 4C and FA. RGB value is (104,76,250). Sum of RGB (Red+Green+Blue) = 104+76+250=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #684CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684CFA is #97B305. Grayscale: #676767. Windows color (decimal): -9941766 or 16403560. OLE color: 16403560.
HSL color Cylindrical-coordinate representation of color #684CFA: hue angle of 249.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #684CFA is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 76 | 250 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.02 |
| HSL | 249.66º | 0.95% | 0.64% | - |
| HSV(B) | 249.66º | 0.7% | 0.98% | - |
| XYZ | 25.55 | 15.01 | 91.99 | - |
| YUV | 104.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 250 | 0.58 | 0.70 | 0 | 0.02 | 249.66 | 0.95 | 0.64 |
| Hex | 68 | 4C | FA | 3A | 46 | 0 | 2 | FA | 5F | 40 |
| Octal | 150 | 114 | 372 | 72 | 106 | 0 | 2 | 372 | 137 | 100 |
| Binary | 1101000 | 1001100 | 11111010 | 111010 | 1000110 | 0 | 10 | 11111010 | 1011111 | 1000000 |
Color Harmonies of #684CFA
Complementary color
Monochromatic Colors of #684CFA
Black with #684CFA
Text Example
Text Example
White with #684CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684CFA; }
p { color: rgb(104,76,250); }
H1.HeaderClassName
{
color: #684CFA;
}
.AnyTagClassName
{
color: #684CFA;
}
</style>
background-color css
<style>
a { background-color: #684CFA; }
a { background-color: rgb(104,76,250); }
div.DivClassName
{
background-color: #684CFA;
}
.BgClassName
{
background-color: #684CFA;
}
</style>
border-color css
<style>
span { border-color: #684CFA; }
span { border-color: rgb(104,76,250); }
td.TdClassName
{
border-color: #684CFA;
}
.TagClassName
{
border-color: #684CFA;
}
</style>