Shades of Neon Blue #6250EC
Tints of Neon Blue #6250EC
RGB
CMYK
RGB Variations
Color information
#6250EC (or 0x6250EC) is known color: Neon Blue. HEX triplet: 62, 50 and EC. RGB value is (98,80,236). Sum of RGB (Red+Green+Blue) = 98+80+236=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #6250EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250EC is #9DAF13. Grayscale: #666666. Windows color (decimal): -10333972 or 15487074. OLE color: 15487074.
HSL color Cylindrical-coordinate representation of color #6250EC: hue angle of 246.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6250EC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 80 | 236 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.07 |
| HSL | 246.92º | 0.8% | 0.62% | - |
| HSV(B) | 246.92º | 0.66% | 0.93% | - |
| XYZ | 23.05 | 14.39 | 80.92 | - |
| YUV | 103.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 236 | 0.58 | 0.66 | 0 | 0.07 | 246.92 | 0.8 | 0.62 |
| Hex | 62 | 50 | EC | 3A | 42 | 0 | 7 | F7 | 50 | 3E |
| Octal | 142 | 120 | 354 | 72 | 102 | 0 | 7 | 367 | 120 | 76 |
| Binary | 1100010 | 1010000 | 11101100 | 111010 | 1000010 | 0 | 111 | 11110111 | 1010000 | 111110 |
Color Harmonies of #6250EC
Complementary color
Monochromatic Colors of #6250EC
Black with #6250EC
Text Example
Text Example
White with #6250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250EC; }
p { color: rgb(98,80,236); }
H1.HeaderClassName
{
color: #6250EC;
}
.AnyTagClassName
{
color: #6250EC;
}
</style>
background-color css
<style>
a { background-color: #6250EC; }
a { background-color: rgb(98,80,236); }
div.DivClassName
{
background-color: #6250EC;
}
.BgClassName
{
background-color: #6250EC;
}
</style>
border-color css
<style>
span { border-color: #6250EC; }
span { border-color: rgb(98,80,236); }
td.TdClassName
{
border-color: #6250EC;
}
.TagClassName
{
border-color: #6250EC;
}
</style>