Shades of Neon Blue #6253EC
Tints of Neon Blue #6253EC
RGB
CMYK
RGB Variations
Color information
#6253EC (or 0x6253EC) is known color: Neon Blue. HEX triplet: 62, 53 and EC. RGB value is (98,83,236). Sum of RGB (Red+Green+Blue) = 98+83+236=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #6253EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6253EC is #9DAC13. Grayscale: #686868. Windows color (decimal): -10333204 or 15487842. OLE color: 15487842.
HSL color Cylindrical-coordinate representation of color #6253EC: hue angle of 245.88º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6253EC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 83 | 236 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.07 |
| HSL | 245.88º | 0.8% | 0.63% | - |
| HSV(B) | 245.88º | 0.65% | 0.93% | - |
| XYZ | 23.27 | 14.84 | 80.99 | - |
| YUV | 104.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 236 | 0.58 | 0.65 | 0 | 0.07 | 245.88 | 0.8 | 0.63 |
| Hex | 62 | 53 | EC | 3A | 41 | 0 | 7 | F6 | 50 | 3F |
| Octal | 142 | 123 | 354 | 72 | 101 | 0 | 7 | 366 | 120 | 77 |
| Binary | 1100010 | 1010011 | 11101100 | 111010 | 1000001 | 0 | 111 | 11110110 | 1010000 | 111111 |
Color Harmonies of #6253EC
Complementary color
Monochromatic Colors of #6253EC
Black with #6253EC
Text Example
Text Example
White with #6253EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253EC; }
p { color: rgb(98,83,236); }
H1.HeaderClassName
{
color: #6253EC;
}
.AnyTagClassName
{
color: #6253EC;
}
</style>
background-color css
<style>
a { background-color: #6253EC; }
a { background-color: rgb(98,83,236); }
div.DivClassName
{
background-color: #6253EC;
}
.BgClassName
{
background-color: #6253EC;
}
</style>
border-color css
<style>
span { border-color: #6253EC; }
span { border-color: rgb(98,83,236); }
td.TdClassName
{
border-color: #6253EC;
}
.TagClassName
{
border-color: #6253EC;
}
</style>