Shades of Neon Blue #6D3DF9
Tints of Neon Blue #6D3DF9
RGB
CMYK
RGB Variations
Color information
#6D3DF9 (or 0x6D3DF9) is known color: Neon Blue. HEX triplet: 6D, 3D and F9. RGB value is (109,61,249). Sum of RGB (Red+Green+Blue) = 109+61+249=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D3DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DF9 is #92C206. Grayscale: #606060. Windows color (decimal): -9617927 or 16334189. OLE color: 16334189.
HSL color Cylindrical-coordinate representation of color #6D3DF9: hue angle of 255.32º 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 #6D3DF9 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 61 | 249 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.02 |
| HSL | 255.32º | 0.94% | 0.61% | - |
| HSV(B) | 255.32º | 0.76% | 0.98% | - |
| XYZ | 25.07 | 13.43 | 90.89 | - |
| YUV | 96.78 | 213.9 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 249 | 0.56 | 0.76 | 0 | 0.02 | 255.32 | 0.94 | 0.61 |
| Hex | 6D | 3D | F9 | 38 | 4C | 0 | 2 | FF | 5E | 3D |
| Octal | 155 | 75 | 371 | 70 | 114 | 0 | 2 | 377 | 136 | 75 |
| Binary | 1101101 | 111101 | 11111001 | 111000 | 1001100 | 0 | 10 | 11111111 | 1011110 | 111101 |
Color Harmonies of #6D3DF9
Complementary color
Monochromatic Colors of #6D3DF9
Black with #6D3DF9
Text Example
Text Example
White with #6D3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DF9; }
p { color: rgb(109,61,249); }
H1.HeaderClassName
{
color: #6D3DF9;
}
.AnyTagClassName
{
color: #6D3DF9;
}
</style>
background-color css
<style>
a { background-color: #6D3DF9; }
a { background-color: rgb(109,61,249); }
div.DivClassName
{
background-color: #6D3DF9;
}
.BgClassName
{
background-color: #6D3DF9;
}
</style>
border-color css
<style>
span { border-color: #6D3DF9; }
span { border-color: rgb(109,61,249); }
td.TdClassName
{
border-color: #6D3DF9;
}
.TagClassName
{
border-color: #6D3DF9;
}
</style>