Shades of Neon Blue #6843EC
Tints of Neon Blue #6843EC
RGB
CMYK
RGB Variations
Color information
#6843EC (or 0x6843EC) is known color: Neon Blue. HEX triplet: 68, 43 and EC. RGB value is (104,67,236). Sum of RGB (Red+Green+Blue) = 104+67+236=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #6843EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6843EC is #97BC13. Grayscale: #606060. Windows color (decimal): -9944084 or 15483752. OLE color: 15483752.
HSL color Cylindrical-coordinate representation of color #6843EC: hue angle of 253.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6843EC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 67 | 236 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.07 |
| HSL | 253.14º | 0.82% | 0.59% | - |
| HSV(B) | 253.14º | 0.72% | 0.93% | - |
| XYZ | 22.86 | 13.01 | 80.66 | - |
| YUV | 97.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 236 | 0.56 | 0.72 | 0 | 0.07 | 253.14 | 0.82 | 0.59 |
| Hex | 68 | 43 | EC | 38 | 48 | 0 | 7 | FD | 52 | 3B |
| Octal | 150 | 103 | 354 | 70 | 110 | 0 | 7 | 375 | 122 | 73 |
| Binary | 1101000 | 1000011 | 11101100 | 111000 | 1001000 | 0 | 111 | 11111101 | 1010010 | 111011 |
Color Harmonies of #6843EC
Complementary color
Monochromatic Colors of #6843EC
Black with #6843EC
Text Example
Text Example
White with #6843EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6843EC; }
p { color: rgb(104,67,236); }
H1.HeaderClassName
{
color: #6843EC;
}
.AnyTagClassName
{
color: #6843EC;
}
</style>
background-color css
<style>
a { background-color: #6843EC; }
a { background-color: rgb(104,67,236); }
div.DivClassName
{
background-color: #6843EC;
}
.BgClassName
{
background-color: #6843EC;
}
</style>
border-color css
<style>
span { border-color: #6843EC; }
span { border-color: rgb(104,67,236); }
td.TdClassName
{
border-color: #6843EC;
}
.TagClassName
{
border-color: #6843EC;
}
</style>