Shades of Neon Blue #6349F1
Tints of Neon Blue #6349F1
RGB
CMYK
RGB Variations
Color information
#6349F1 (or 0x6349F1) is known color: Neon Blue. HEX triplet: 63, 49 and F1. RGB value is (99,73,241). Sum of RGB (Red+Green+Blue) = 99+73+241=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #6349F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6349F1 is #9CB60E. Grayscale: #636363. Windows color (decimal): -10270223 or 15812963. OLE color: 15812963.
HSL color Cylindrical-coordinate representation of color #6349F1: hue angle of 249.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6349F1 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 73 | 241 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.05 |
| HSL | 249.29º | 0.86% | 0.62% | - |
| HSV(B) | 249.29º | 0.7% | 0.95% | - |
| XYZ | 23.41 | 13.77 | 84.64 | - |
| YUV | 99.93 | 207.61 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 241 | 0.59 | 0.70 | 0 | 0.05 | 249.29 | 0.86 | 0.62 |
| Hex | 63 | 49 | F1 | 3B | 46 | 0 | 5 | F9 | 56 | 3E |
| Octal | 143 | 111 | 361 | 73 | 106 | 0 | 5 | 371 | 126 | 76 |
| Binary | 1100011 | 1001001 | 11110001 | 111011 | 1000110 | 0 | 101 | 11111001 | 1010110 | 111110 |
Color Harmonies of #6349F1
Complementary color
Monochromatic Colors of #6349F1
Black with #6349F1
Text Example
Text Example
White with #6349F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6349F1; }
p { color: rgb(99,73,241); }
H1.HeaderClassName
{
color: #6349F1;
}
.AnyTagClassName
{
color: #6349F1;
}
</style>
background-color css
<style>
a { background-color: #6349F1; }
a { background-color: rgb(99,73,241); }
div.DivClassName
{
background-color: #6349F1;
}
.BgClassName
{
background-color: #6349F1;
}
</style>
border-color css
<style>
span { border-color: #6349F1; }
span { border-color: rgb(99,73,241); }
td.TdClassName
{
border-color: #6349F1;
}
.TagClassName
{
border-color: #6349F1;
}
</style>