Shades of Neon Blue #6844F0
Tints of Neon Blue #6844F0
RGB
CMYK
RGB Variations
Color information
#6844F0 (or 0x6844F0) is known color: Neon Blue. HEX triplet: 68, 44 and F0. RGB value is (104,68,240). Sum of RGB (Red+Green+Blue) = 104+68+240=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #6844F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6844F0 is #97BB0F. Grayscale: #616161. Windows color (decimal): -9943824 or 15746152. OLE color: 15746152.
HSL color Cylindrical-coordinate representation of color #6844F0: hue angle of 252.56º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6844F0 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 68 | 240 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.06 |
| HSL | 252.56º | 0.85% | 0.6% | - |
| HSV(B) | 252.56º | 0.72% | 0.94% | - |
| XYZ | 23.5 | 13.37 | 83.78 | - |
| YUV | 98.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 240 | 0.57 | 0.72 | 0 | 0.06 | 252.56 | 0.85 | 0.6 |
| Hex | 68 | 44 | F0 | 39 | 48 | 0 | 6 | FD | 55 | 3C |
| Octal | 150 | 104 | 360 | 71 | 110 | 0 | 6 | 375 | 125 | 74 |
| Binary | 1101000 | 1000100 | 11110000 | 111001 | 1001000 | 0 | 110 | 11111101 | 1010101 | 111100 |
Color Harmonies of #6844F0
Complementary color
Monochromatic Colors of #6844F0
Black with #6844F0
Text Example
Text Example
White with #6844F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844F0; }
p { color: rgb(104,68,240); }
H1.HeaderClassName
{
color: #6844F0;
}
.AnyTagClassName
{
color: #6844F0;
}
</style>
background-color css
<style>
a { background-color: #6844F0; }
a { background-color: rgb(104,68,240); }
div.DivClassName
{
background-color: #6844F0;
}
.BgClassName
{
background-color: #6844F0;
}
</style>
border-color css
<style>
span { border-color: #6844F0; }
span { border-color: rgb(104,68,240); }
td.TdClassName
{
border-color: #6844F0;
}
.TagClassName
{
border-color: #6844F0;
}
</style>