Shades of Neon Blue #6E3DF9
Tints of Neon Blue #6E3DF9
RGB
CMYK
RGB Variations
Color information
#6E3DF9 (or 0x6E3DF9) is known color: Neon Blue. HEX triplet: 6E, 3D and F9. RGB value is (110,61,249). Sum of RGB (Red+Green+Blue) = 110+61+249=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 249 (97.66% from 255 or 59.29% from 420); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E3DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3DF9 is #91C206. Grayscale: #606060. Windows color (decimal): -9552391 or 16334190. OLE color: 16334190.
HSL color Cylindrical-coordinate representation of color #6E3DF9: hue angle of 255.64º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E3DF9 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 61 | 249 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.02 |
| HSL | 255.64º | 0.94% | 0.61% | - |
| HSV(B) | 255.64º | 0.76% | 0.98% | - |
| XYZ | 25.2 | 13.49 | 90.9 | - |
| YUV | 97.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 249 | 0.56 | 0.76 | 0 | 0.02 | 255.64 | 0.94 | 0.61 |
| Hex | 6E | 3D | F9 | 38 | 4C | 0 | 2 | 100 | 5E | 3D |
| Octal | 156 | 75 | 371 | 70 | 114 | 0 | 2 | 400 | 136 | 75 |
| Binary | 1101110 | 111101 | 11111001 | 111000 | 1001100 | 0 | 10 | 100000000 | 1011110 | 111101 |
Color Harmonies of #6E3DF9
Complementary color
Monochromatic Colors of #6E3DF9
Black with #6E3DF9
Text Example
Text Example
White with #6E3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3DF9; }
p { color: rgb(110,61,249); }
H1.HeaderClassName
{
color: #6E3DF9;
}
.AnyTagClassName
{
color: #6E3DF9;
}
</style>
background-color css
<style>
a { background-color: #6E3DF9; }
a { background-color: rgb(110,61,249); }
div.DivClassName
{
background-color: #6E3DF9;
}
.BgClassName
{
background-color: #6E3DF9;
}
</style>
border-color css
<style>
span { border-color: #6E3DF9; }
span { border-color: rgb(110,61,249); }
td.TdClassName
{
border-color: #6E3DF9;
}
.TagClassName
{
border-color: #6E3DF9;
}
</style>