Shades of Neon Blue #6841EF
Tints of Neon Blue #6841EF
RGB
CMYK
RGB Variations
Color information
#6841EF (or 0x6841EF) is known color: Neon Blue. HEX triplet: 68, 41 and EF. RGB value is (104,65,239). Sum of RGB (Red+Green+Blue) = 104+65+239=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #6841EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6841EF is #97BE10. Grayscale: #5F5F5F. Windows color (decimal): -9944593 or 15679848. OLE color: 15679848.
HSL color Cylindrical-coordinate representation of color #6841EF: hue angle of 253.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6841EF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 65 | 239 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.06 |
| HSL | 253.45º | 0.84% | 0.6% | - |
| HSV(B) | 253.45º | 0.73% | 0.94% | - |
| XYZ | 23.18 | 12.96 | 82.94 | - |
| YUV | 96.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 239 | 0.56 | 0.73 | 0 | 0.06 | 253.45 | 0.84 | 0.6 |
| Hex | 68 | 41 | EF | 38 | 49 | 0 | 6 | FD | 54 | 3C |
| Octal | 150 | 101 | 357 | 70 | 111 | 0 | 6 | 375 | 124 | 74 |
| Binary | 1101000 | 1000001 | 11101111 | 111000 | 1001001 | 0 | 110 | 11111101 | 1010100 | 111100 |
Color Harmonies of #6841EF
Complementary color
Monochromatic Colors of #6841EF
Black with #6841EF
Text Example
Text Example
White with #6841EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6841EF; }
p { color: rgb(104,65,239); }
H1.HeaderClassName
{
color: #6841EF;
}
.AnyTagClassName
{
color: #6841EF;
}
</style>
background-color css
<style>
a { background-color: #6841EF; }
a { background-color: rgb(104,65,239); }
div.DivClassName
{
background-color: #6841EF;
}
.BgClassName
{
background-color: #6841EF;
}
</style>
border-color css
<style>
span { border-color: #6841EF; }
span { border-color: rgb(104,65,239); }
td.TdClassName
{
border-color: #6841EF;
}
.TagClassName
{
border-color: #6841EF;
}
</style>