Shades of Neon Blue #6250EA
Tints of Neon Blue #6250EA
RGB
CMYK
RGB Variations
Color information
#6250EA (or 0x6250EA) is known color: Neon Blue. HEX triplet: 62, 50 and EA. RGB value is (98,80,234). Sum of RGB (Red+Green+Blue) = 98+80+234=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #6250EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250EA is #9DAF15. Grayscale: #666666. Windows color (decimal): -10333974 or 15356002. OLE color: 15356002.
HSL color Cylindrical-coordinate representation of color #6250EA: hue angle of 247.01º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6250EA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 80 | 234 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.08 |
| HSL | 247.01º | 0.79% | 0.62% | - |
| HSV(B) | 247.01º | 0.66% | 0.92% | - |
| XYZ | 22.76 | 14.27 | 79.4 | - |
| YUV | 102.94 | 201.96 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 234 | 0.58 | 0.66 | 0 | 0.08 | 247.01 | 0.79 | 0.62 |
| Hex | 62 | 50 | EA | 3A | 42 | 0 | 8 | F7 | 4F | 3E |
| Octal | 142 | 120 | 352 | 72 | 102 | 0 | 10 | 367 | 117 | 76 |
| Binary | 1100010 | 1010000 | 11101010 | 111010 | 1000010 | 0 | 1000 | 11110111 | 1001111 | 111110 |
Color Harmonies of #6250EA
Complementary color
Monochromatic Colors of #6250EA
Black with #6250EA
Text Example
Text Example
White with #6250EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250EA; }
p { color: rgb(98,80,234); }
H1.HeaderClassName
{
color: #6250EA;
}
.AnyTagClassName
{
color: #6250EA;
}
</style>
background-color css
<style>
a { background-color: #6250EA; }
a { background-color: rgb(98,80,234); }
div.DivClassName
{
background-color: #6250EA;
}
.BgClassName
{
background-color: #6250EA;
}
</style>
border-color css
<style>
span { border-color: #6250EA; }
span { border-color: rgb(98,80,234); }
td.TdClassName
{
border-color: #6250EA;
}
.TagClassName
{
border-color: #6250EA;
}
</style>