Shades of Neon Blue #6349EF
Tints of Neon Blue #6349EF
RGB
CMYK
RGB Variations
Color information
#6349EF (or 0x6349EF) is known color: Neon Blue. HEX triplet: 63, 49 and EF. RGB value is (99,73,239). Sum of RGB (Red+Green+Blue) = 99+73+239=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6349EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6349EF is #9CB610. Grayscale: #636363. Windows color (decimal): -10270225 or 15681891. OLE color: 15681891.
HSL color Cylindrical-coordinate representation of color #6349EF: hue angle of 249.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6349EF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 73 | 239 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.06 |
| HSL | 249.4º | 0.84% | 0.61% | - |
| HSV(B) | 249.4º | 0.69% | 0.94% | - |
| XYZ | 23.11 | 13.65 | 83.08 | - |
| YUV | 99.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 239 | 0.59 | 0.69 | 0 | 0.06 | 249.4 | 0.84 | 0.61 |
| Hex | 63 | 49 | EF | 3B | 45 | 0 | 6 | F9 | 54 | 3D |
| Octal | 143 | 111 | 357 | 73 | 105 | 0 | 6 | 371 | 124 | 75 |
| Binary | 1100011 | 1001001 | 11101111 | 111011 | 1000101 | 0 | 110 | 11111001 | 1010100 | 111101 |
Color Harmonies of #6349EF
Complementary color
Monochromatic Colors of #6349EF
Black with #6349EF
Text Example
Text Example
White with #6349EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6349EF; }
p { color: rgb(99,73,239); }
H1.HeaderClassName
{
color: #6349EF;
}
.AnyTagClassName
{
color: #6349EF;
}
</style>
background-color css
<style>
a { background-color: #6349EF; }
a { background-color: rgb(99,73,239); }
div.DivClassName
{
background-color: #6349EF;
}
.BgClassName
{
background-color: #6349EF;
}
</style>
border-color css
<style>
span { border-color: #6349EF; }
span { border-color: rgb(99,73,239); }
td.TdClassName
{
border-color: #6349EF;
}
.TagClassName
{
border-color: #6349EF;
}
</style>