Shades of Neon Blue #6949F6
Tints of Neon Blue #6949F6
RGB
CMYK
RGB Variations
Color information
#6949F6 (or 0x6949F6) is known color: Neon Blue. HEX triplet: 69, 49 and F6. RGB value is (105,73,246). Sum of RGB (Red+Green+Blue) = 105+73+246=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #6949F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949F6 is #96B609. Grayscale: #656565. Windows color (decimal): -9877002 or 16140649. OLE color: 16140649.
HSL color Cylindrical-coordinate representation of color #6949F6: hue angle of 251.1º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6949F6 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 73 | 246 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.04 |
| HSL | 251.1º | 0.91% | 0.63% | - |
| HSV(B) | 251.1º | 0.7% | 0.96% | - |
| XYZ | 24.84 | 14.42 | 88.66 | - |
| YUV | 102.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 246 | 0.57 | 0.70 | 0 | 0.04 | 251.1 | 0.91 | 0.63 |
| Hex | 69 | 49 | F6 | 39 | 46 | 0 | 4 | FB | 5B | 3F |
| Octal | 151 | 111 | 366 | 71 | 106 | 0 | 4 | 373 | 133 | 77 |
| Binary | 1101001 | 1001001 | 11110110 | 111001 | 1000110 | 0 | 100 | 11111011 | 1011011 | 111111 |
Color Harmonies of #6949F6
Complementary color
Monochromatic Colors of #6949F6
Black with #6949F6
Text Example
Text Example
White with #6949F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949F6; }
p { color: rgb(105,73,246); }
H1.HeaderClassName
{
color: #6949F6;
}
.AnyTagClassName
{
color: #6949F6;
}
</style>
background-color css
<style>
a { background-color: #6949F6; }
a { background-color: rgb(105,73,246); }
div.DivClassName
{
background-color: #6949F6;
}
.BgClassName
{
background-color: #6949F6;
}
</style>
border-color css
<style>
span { border-color: #6949F6; }
span { border-color: rgb(105,73,246); }
td.TdClassName
{
border-color: #6949F6;
}
.TagClassName
{
border-color: #6949F6;
}
</style>