Shades of Neon Blue #6348EC
Tints of Neon Blue #6348EC
RGB
CMYK
RGB Variations
Color information
#6348EC (or 0x6348EC) is known color: Neon Blue. HEX triplet: 63, 48 and EC. RGB value is (99,72,236). Sum of RGB (Red+Green+Blue) = 99+72+236=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #6348EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6348EC is #9CB713. Grayscale: #626262. Windows color (decimal): -10270484 or 15485027. OLE color: 15485027.
HSL color Cylindrical-coordinate representation of color #6348EC: hue angle of 249.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6348EC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 72 | 236 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.07 |
| HSL | 249.88º | 0.81% | 0.6% | - |
| HSV(B) | 249.88º | 0.69% | 0.93% | - |
| XYZ | 22.6 | 13.34 | 80.74 | - |
| YUV | 98.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 236 | 0.58 | 0.69 | 0 | 0.07 | 249.88 | 0.81 | 0.6 |
| Hex | 63 | 48 | EC | 3A | 45 | 0 | 7 | FA | 51 | 3C |
| Octal | 143 | 110 | 354 | 72 | 105 | 0 | 7 | 372 | 121 | 74 |
| Binary | 1100011 | 1001000 | 11101100 | 111010 | 1000101 | 0 | 111 | 11111010 | 1010001 | 111100 |
Color Harmonies of #6348EC
Complementary color
Monochromatic Colors of #6348EC
Black with #6348EC
Text Example
Text Example
White with #6348EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348EC; }
p { color: rgb(99,72,236); }
H1.HeaderClassName
{
color: #6348EC;
}
.AnyTagClassName
{
color: #6348EC;
}
</style>
background-color css
<style>
a { background-color: #6348EC; }
a { background-color: rgb(99,72,236); }
div.DivClassName
{
background-color: #6348EC;
}
.BgClassName
{
background-color: #6348EC;
}
</style>
border-color css
<style>
span { border-color: #6348EC; }
span { border-color: rgb(99,72,236); }
td.TdClassName
{
border-color: #6348EC;
}
.TagClassName
{
border-color: #6348EC;
}
</style>