Shades of Neon Blue #6842F1
Tints of Neon Blue #6842F1
RGB
CMYK
RGB Variations
Color information
#6842F1 (or 0x6842F1) is known color: Neon Blue. HEX triplet: 68, 42 and F1. RGB value is (104,66,241). Sum of RGB (Red+Green+Blue) = 104+66+241=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #6842F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6842F1 is #97BD0E. Grayscale: #606060. Windows color (decimal): -9944335 or 15811176. OLE color: 15811176.
HSL color Cylindrical-coordinate representation of color #6842F1: hue angle of 253.03º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6842F1 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 66 | 241 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.05 |
| HSL | 253.03º | 0.86% | 0.6% | - |
| HSV(B) | 253.03º | 0.73% | 0.95% | - |
| XYZ | 23.53 | 13.19 | 84.52 | - |
| YUV | 97.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 241 | 0.57 | 0.73 | 0 | 0.05 | 253.03 | 0.86 | 0.6 |
| Hex | 68 | 42 | F1 | 39 | 49 | 0 | 5 | FD | 56 | 3C |
| Octal | 150 | 102 | 361 | 71 | 111 | 0 | 5 | 375 | 126 | 74 |
| Binary | 1101000 | 1000010 | 11110001 | 111001 | 1001001 | 0 | 101 | 11111101 | 1010110 | 111100 |
Color Harmonies of #6842F1
Complementary color
Monochromatic Colors of #6842F1
Black with #6842F1
Text Example
Text Example
White with #6842F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842F1; }
p { color: rgb(104,66,241); }
H1.HeaderClassName
{
color: #6842F1;
}
.AnyTagClassName
{
color: #6842F1;
}
</style>
background-color css
<style>
a { background-color: #6842F1; }
a { background-color: rgb(104,66,241); }
div.DivClassName
{
background-color: #6842F1;
}
.BgClassName
{
background-color: #6842F1;
}
</style>
border-color css
<style>
span { border-color: #6842F1; }
span { border-color: rgb(104,66,241); }
td.TdClassName
{
border-color: #6842F1;
}
.TagClassName
{
border-color: #6842F1;
}
</style>