Shades of Neon Blue #6841F5
Tints of Neon Blue #6841F5
RGB
CMYK
RGB Variations
Color information
#6841F5 (or 0x6841F5) is known color: Neon Blue. HEX triplet: 68, 41 and F5. RGB value is (104,65,245). Sum of RGB (Red+Green+Blue) = 104+65+245=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 245 (96.09% from 255 or 59.18% from 414); Max value from RGB is 245 - color contains mainly: blue. Hex color #6841F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6841F5 is #97BE0A. Grayscale: #606060. Windows color (decimal): -9944587 or 16073064. OLE color: 16073064.
HSL color Cylindrical-coordinate representation of color #6841F5: hue angle of 253º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6841F5 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 65 | 245 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.04 |
| HSL | 253º | 0.9% | 0.61% | - |
| HSV(B) | 253º | 0.73% | 0.96% | - |
| XYZ | 24.08 | 13.32 | 87.69 | - |
| YUV | 97.18 | 211.42 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 245 | 0.58 | 0.73 | 0 | 0.04 | 253 | 0.9 | 0.61 |
| Hex | 68 | 41 | F5 | 3A | 49 | 0 | 4 | FD | 5A | 3D |
| Octal | 150 | 101 | 365 | 72 | 111 | 0 | 4 | 375 | 132 | 75 |
| Binary | 1101000 | 1000001 | 11110101 | 111010 | 1001001 | 0 | 100 | 11111101 | 1011010 | 111101 |
Color Harmonies of #6841F5
Complementary color
Monochromatic Colors of #6841F5
Black with #6841F5
Text Example
Text Example
White with #6841F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6841F5; }
p { color: rgb(104,65,245); }
H1.HeaderClassName
{
color: #6841F5;
}
.AnyTagClassName
{
color: #6841F5;
}
</style>
background-color css
<style>
a { background-color: #6841F5; }
a { background-color: rgb(104,65,245); }
div.DivClassName
{
background-color: #6841F5;
}
.BgClassName
{
background-color: #6841F5;
}
</style>
border-color css
<style>
span { border-color: #6841F5; }
span { border-color: rgb(104,65,245); }
td.TdClassName
{
border-color: #6841F5;
}
.TagClassName
{
border-color: #6841F5;
}
</style>