Shades of Neon Blue #6340EC
Tints of Neon Blue #6340EC
RGB
CMYK
RGB Variations
Color information
#6340EC (or 0x6340EC) is known color: Neon Blue. HEX triplet: 63, 40 and EC. RGB value is (99,64,236). Sum of RGB (Red+Green+Blue) = 99+64+236=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #6340EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340EC is #9CBF13. Grayscale: #5D5D5D. Windows color (decimal): -10272532 or 15482979. OLE color: 15482979.
HSL color Cylindrical-coordinate representation of color #6340EC: hue angle of 252.21º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6340EC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 64 | 236 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.07 |
| HSL | 252.21º | 0.82% | 0.59% | - |
| HSV(B) | 252.21º | 0.73% | 0.93% | - |
| XYZ | 22.12 | 12.38 | 80.58 | - |
| YUV | 94.07 | 208.1 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 236 | 0.58 | 0.73 | 0 | 0.07 | 252.21 | 0.82 | 0.59 |
| Hex | 63 | 40 | EC | 3A | 49 | 0 | 7 | FC | 52 | 3B |
| Octal | 143 | 100 | 354 | 72 | 111 | 0 | 7 | 374 | 122 | 73 |
| Binary | 1100011 | 1000000 | 11101100 | 111010 | 1001001 | 0 | 111 | 11111100 | 1010010 | 111011 |
Color Harmonies of #6340EC
Complementary color
Monochromatic Colors of #6340EC
Black with #6340EC
Text Example
Text Example
White with #6340EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340EC; }
p { color: rgb(99,64,236); }
H1.HeaderClassName
{
color: #6340EC;
}
.AnyTagClassName
{
color: #6340EC;
}
</style>
background-color css
<style>
a { background-color: #6340EC; }
a { background-color: rgb(99,64,236); }
div.DivClassName
{
background-color: #6340EC;
}
.BgClassName
{
background-color: #6340EC;
}
</style>
border-color css
<style>
span { border-color: #6340EC; }
span { border-color: rgb(99,64,236); }
td.TdClassName
{
border-color: #6340EC;
}
.TagClassName
{
border-color: #6340EC;
}
</style>