Shades of Neon Blue #6849F7
Tints of Neon Blue #6849F7
RGB
CMYK
RGB Variations
Color information
#6849F7 (or 0x6849F7) is known color: Neon Blue. HEX triplet: 68, 49 and F7. RGB value is (104,73,247). Sum of RGB (Red+Green+Blue) = 104+73+247=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #6849F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849F7 is #97B608. Grayscale: #656565. Windows color (decimal): -9942537 or 16206184. OLE color: 16206184.
HSL color Cylindrical-coordinate representation of color #6849F7: hue angle of 250.69º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6849F7 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 73 | 247 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.03 |
| HSL | 250.69º | 0.92% | 0.63% | - |
| HSV(B) | 250.69º | 0.7% | 0.97% | - |
| XYZ | 24.88 | 14.42 | 89.47 | - |
| YUV | 102.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 247 | 0.58 | 0.70 | 0 | 0.03 | 250.69 | 0.92 | 0.63 |
| Hex | 68 | 49 | F7 | 3A | 46 | 0 | 3 | FB | 5C | 3F |
| Octal | 150 | 111 | 367 | 72 | 106 | 0 | 3 | 373 | 134 | 77 |
| Binary | 1101000 | 1001001 | 11110111 | 111010 | 1000110 | 0 | 11 | 11111011 | 1011100 | 111111 |
Color Harmonies of #6849F7
Complementary color
Monochromatic Colors of #6849F7
Black with #6849F7
Text Example
Text Example
White with #6849F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6849F7; }
p { color: rgb(104,73,247); }
H1.HeaderClassName
{
color: #6849F7;
}
.AnyTagClassName
{
color: #6849F7;
}
</style>
background-color css
<style>
a { background-color: #6849F7; }
a { background-color: rgb(104,73,247); }
div.DivClassName
{
background-color: #6849F7;
}
.BgClassName
{
background-color: #6849F7;
}
</style>
border-color css
<style>
span { border-color: #6849F7; }
span { border-color: rgb(104,73,247); }
td.TdClassName
{
border-color: #6849F7;
}
.TagClassName
{
border-color: #6849F7;
}
</style>