Shades of Neon Blue #6845ED
Tints of Neon Blue #6845ED
RGB
CMYK
RGB Variations
Color information
#6845ED (or 0x6845ED) is known color: Neon Blue. HEX triplet: 68, 45 and ED. RGB value is (104,69,237). Sum of RGB (Red+Green+Blue) = 104+69+237=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #6845ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6845ED is #97BA12. Grayscale: #616161. Windows color (decimal): -9943571 or 15549800. OLE color: 15549800.
HSL color Cylindrical-coordinate representation of color #6845ED: hue angle of 252.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6845ED is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 69 | 237 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.07 |
| HSL | 252.5º | 0.82% | 0.6% | - |
| HSV(B) | 252.5º | 0.71% | 0.93% | - |
| XYZ | 23.12 | 13.31 | 81.47 | - |
| YUV | 98.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 237 | 0.56 | 0.71 | 0 | 0.07 | 252.5 | 0.82 | 0.6 |
| Hex | 68 | 45 | ED | 38 | 47 | 0 | 7 | FD | 52 | 3C |
| Octal | 150 | 105 | 355 | 70 | 107 | 0 | 7 | 375 | 122 | 74 |
| Binary | 1101000 | 1000101 | 11101101 | 111000 | 1000111 | 0 | 111 | 11111101 | 1010010 | 111100 |
Color Harmonies of #6845ED
Complementary color
Monochromatic Colors of #6845ED
Black with #6845ED
Text Example
Text Example
White with #6845ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6845ED; }
p { color: rgb(104,69,237); }
H1.HeaderClassName
{
color: #6845ED;
}
.AnyTagClassName
{
color: #6845ED;
}
</style>
background-color css
<style>
a { background-color: #6845ED; }
a { background-color: rgb(104,69,237); }
div.DivClassName
{
background-color: #6845ED;
}
.BgClassName
{
background-color: #6845ED;
}
</style>
border-color css
<style>
span { border-color: #6845ED; }
span { border-color: rgb(104,69,237); }
td.TdClassName
{
border-color: #6845ED;
}
.TagClassName
{
border-color: #6845ED;
}
</style>