Shades of Neon Blue #6840FE
Tints of Neon Blue #6840FE
RGB
CMYK
RGB Variations
Color information
#6840FE (or 0x6840FE) is known color: Neon Blue. HEX triplet: 68, 40 and FE. RGB value is (104,64,254). Sum of RGB (Red+Green+Blue) = 104+64+254=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #6840FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6840FE is #97BF01. Grayscale: #606060. Windows color (decimal): -9944834 or 16662632. OLE color: 16662632.
HSL color Cylindrical-coordinate representation of color #6840FE: hue angle of 252.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6840FE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 64 | 254 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.00 |
| HSL | 252.63º | 0.99% | 0.62% | - |
| HSV(B) | 252.63º | 0.75% | 1% | - |
| XYZ | 25.43 | 13.77 | 95.08 | - |
| YUV | 97.62 | 216.25 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 254 | 0.59 | 0.75 | 0 | 0.00 | 252.63 | 0.99 | 0.62 |
| Hex | 68 | 40 | FE | 3B | 4B | 0 | 0 | FD | 63 | 3E |
| Octal | 150 | 100 | 376 | 73 | 113 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1101000 | 1000000 | 11111110 | 111011 | 1001011 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #6840FE
Complementary color
Monochromatic Colors of #6840FE
Black with #6840FE
Text Example
Text Example
White with #6840FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6840FE; }
p { color: rgb(104,64,254); }
H1.HeaderClassName
{
color: #6840FE;
}
.AnyTagClassName
{
color: #6840FE;
}
</style>
background-color css
<style>
a { background-color: #6840FE; }
a { background-color: rgb(104,64,254); }
div.DivClassName
{
background-color: #6840FE;
}
.BgClassName
{
background-color: #6840FE;
}
</style>
border-color css
<style>
span { border-color: #6840FE; }
span { border-color: rgb(104,64,254); }
td.TdClassName
{
border-color: #6840FE;
}
.TagClassName
{
border-color: #6840FE;
}
</style>