Shades of Neon Blue #6251EE
Tints of Neon Blue #6251EE
RGB
CMYK
RGB Variations
Color information
#6251EE (or 0x6251EE) is known color: Neon Blue. HEX triplet: 62, 51 and EE. RGB value is (98,81,238). Sum of RGB (Red+Green+Blue) = 98+81+238=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #6251EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6251EE is #9DAE11. Grayscale: #676767. Windows color (decimal): -10333714 or 15618402. OLE color: 15618402.
HSL color Cylindrical-coordinate representation of color #6251EE: hue angle of 246.5º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6251EE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 81 | 238 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.07 |
| HSL | 246.5º | 0.82% | 0.63% | - |
| HSV(B) | 246.5º | 0.66% | 0.93% | - |
| XYZ | 23.41 | 14.65 | 82.48 | - |
| YUV | 103.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 238 | 0.59 | 0.66 | 0 | 0.07 | 246.5 | 0.82 | 0.63 |
| Hex | 62 | 51 | EE | 3B | 42 | 0 | 7 | F6 | 52 | 3F |
| Octal | 142 | 121 | 356 | 73 | 102 | 0 | 7 | 366 | 122 | 77 |
| Binary | 1100010 | 1010001 | 11101110 | 111011 | 1000010 | 0 | 111 | 11110110 | 1010010 | 111111 |
Color Harmonies of #6251EE
Complementary color
Monochromatic Colors of #6251EE
Black with #6251EE
Text Example
Text Example
White with #6251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251EE; }
p { color: rgb(98,81,238); }
H1.HeaderClassName
{
color: #6251EE;
}
.AnyTagClassName
{
color: #6251EE;
}
</style>
background-color css
<style>
a { background-color: #6251EE; }
a { background-color: rgb(98,81,238); }
div.DivClassName
{
background-color: #6251EE;
}
.BgClassName
{
background-color: #6251EE;
}
</style>
border-color css
<style>
span { border-color: #6251EE; }
span { border-color: rgb(98,81,238); }
td.TdClassName
{
border-color: #6251EE;
}
.TagClassName
{
border-color: #6251EE;
}
</style>