Shades of Neon Blue #6253ED
Tints of Neon Blue #6253ED
RGB
CMYK
RGB Variations
Color information
#6253ED (or 0x6253ED) is known color: Neon Blue. HEX triplet: 62, 53 and ED. RGB value is (98,83,237). Sum of RGB (Red+Green+Blue) = 98+83+237=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #6253ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6253ED is #9DAC12. Grayscale: #686868. Windows color (decimal): -10333203 or 15553378. OLE color: 15553378.
HSL color Cylindrical-coordinate representation of color #6253ED: hue angle of 245.84º degrees, saturation: 0.81, 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 #6253ED is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 83 | 237 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.07 |
| HSL | 245.84º | 0.81% | 0.63% | - |
| HSV(B) | 245.84º | 0.65% | 0.93% | - |
| XYZ | 23.42 | 14.9 | 81.76 | - |
| YUV | 105.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 237 | 0.59 | 0.65 | 0 | 0.07 | 245.84 | 0.81 | 0.63 |
| Hex | 62 | 53 | ED | 3B | 41 | 0 | 7 | F6 | 51 | 3F |
| Octal | 142 | 123 | 355 | 73 | 101 | 0 | 7 | 366 | 121 | 77 |
| Binary | 1100010 | 1010011 | 11101101 | 111011 | 1000001 | 0 | 111 | 11110110 | 1010001 | 111111 |
Color Harmonies of #6253ED
Complementary color
Monochromatic Colors of #6253ED
Black with #6253ED
Text Example
Text Example
White with #6253ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6253ED; }
p { color: rgb(98,83,237); }
H1.HeaderClassName
{
color: #6253ED;
}
.AnyTagClassName
{
color: #6253ED;
}
</style>
background-color css
<style>
a { background-color: #6253ED; }
a { background-color: rgb(98,83,237); }
div.DivClassName
{
background-color: #6253ED;
}
.BgClassName
{
background-color: #6253ED;
}
</style>
border-color css
<style>
span { border-color: #6253ED; }
span { border-color: rgb(98,83,237); }
td.TdClassName
{
border-color: #6253ED;
}
.TagClassName
{
border-color: #6253ED;
}
</style>