Shades of Neon Blue #6346EE
Tints of Neon Blue #6346EE
RGB
CMYK
RGB Variations
Color information
#6346EE (or 0x6346EE) is known color: Neon Blue. HEX triplet: 63, 46 and EE. RGB value is (99,70,238). Sum of RGB (Red+Green+Blue) = 99+70+238=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #6346EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6346EE is #9CB911. Grayscale: #616161. Windows color (decimal): -10270994 or 15615587. OLE color: 15615587.
HSL color Cylindrical-coordinate representation of color #6346EE: hue angle of 250.36º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6346EE is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 70 | 238 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.07 |
| HSL | 250.36º | 0.83% | 0.6% | - |
| HSV(B) | 250.36º | 0.71% | 0.93% | - |
| XYZ | 22.77 | 13.21 | 82.24 | - |
| YUV | 97.82 | 207.11 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 238 | 0.58 | 0.71 | 0 | 0.07 | 250.36 | 0.83 | 0.6 |
| Hex | 63 | 46 | EE | 3A | 47 | 0 | 7 | FA | 53 | 3C |
| Octal | 143 | 106 | 356 | 72 | 107 | 0 | 7 | 372 | 123 | 74 |
| Binary | 1100011 | 1000110 | 11101110 | 111010 | 1000111 | 0 | 111 | 11111010 | 1010011 | 111100 |
Color Harmonies of #6346EE
Complementary color
Monochromatic Colors of #6346EE
Black with #6346EE
Text Example
Text Example
White with #6346EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6346EE; }
p { color: rgb(99,70,238); }
H1.HeaderClassName
{
color: #6346EE;
}
.AnyTagClassName
{
color: #6346EE;
}
</style>
background-color css
<style>
a { background-color: #6346EE; }
a { background-color: rgb(99,70,238); }
div.DivClassName
{
background-color: #6346EE;
}
.BgClassName
{
background-color: #6346EE;
}
</style>
border-color css
<style>
span { border-color: #6346EE; }
span { border-color: rgb(99,70,238); }
td.TdClassName
{
border-color: #6346EE;
}
.TagClassName
{
border-color: #6346EE;
}
</style>