Shades of Neon Blue #6245EC
Tints of Neon Blue #6245EC
RGB
CMYK
RGB Variations
Color information
#6245EC (or 0x6245EC) is known color: Neon Blue. HEX triplet: 62, 45 and EC. RGB value is (98,69,236). Sum of RGB (Red+Green+Blue) = 98+69+236=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #6245EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6245EC is #9DBA13. Grayscale: #606060. Windows color (decimal): -10336788 or 15484258. OLE color: 15484258.
HSL color Cylindrical-coordinate representation of color #6245EC: hue angle of 250.42º degrees, saturation: 0.81, 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 #6245EC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 69 | 236 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.07 |
| HSL | 250.42º | 0.81% | 0.6% | - |
| HSV(B) | 250.42º | 0.71% | 0.93% | - |
| XYZ | 22.31 | 12.91 | 80.67 | - |
| YUV | 96.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 236 | 0.58 | 0.71 | 0 | 0.07 | 250.42 | 0.81 | 0.6 |
| Hex | 62 | 45 | EC | 3A | 47 | 0 | 7 | FA | 51 | 3C |
| Octal | 142 | 105 | 354 | 72 | 107 | 0 | 7 | 372 | 121 | 74 |
| Binary | 1100010 | 1000101 | 11101100 | 111010 | 1000111 | 0 | 111 | 11111010 | 1010001 | 111100 |
Color Harmonies of #6245EC
Complementary color
Monochromatic Colors of #6245EC
Black with #6245EC
Text Example
Text Example
White with #6245EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6245EC; }
p { color: rgb(98,69,236); }
H1.HeaderClassName
{
color: #6245EC;
}
.AnyTagClassName
{
color: #6245EC;
}
</style>
background-color css
<style>
a { background-color: #6245EC; }
a { background-color: rgb(98,69,236); }
div.DivClassName
{
background-color: #6245EC;
}
.BgClassName
{
background-color: #6245EC;
}
</style>
border-color css
<style>
span { border-color: #6245EC; }
span { border-color: rgb(98,69,236); }
td.TdClassName
{
border-color: #6245EC;
}
.TagClassName
{
border-color: #6245EC;
}
</style>