Shades of Neon Blue #6254EE
Tints of Neon Blue #6254EE
RGB
CMYK
RGB Variations
Color information
#6254EE (or 0x6254EE) is known color: Neon Blue. HEX triplet: 62, 54 and EE. RGB value is (98,84,238). Sum of RGB (Red+Green+Blue) = 98+84+238=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #6254EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6254EE is #9DAB11. Grayscale: #696969. Windows color (decimal): -10332946 or 15619170. OLE color: 15619170.
HSL color Cylindrical-coordinate representation of color #6254EE: hue angle of 245.45º degrees, saturation: 0.82, 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 #6254EE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 84 | 238 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.07 |
| HSL | 245.45º | 0.82% | 0.63% | - |
| HSV(B) | 245.45º | 0.65% | 0.93% | - |
| XYZ | 23.64 | 15.11 | 82.56 | - |
| YUV | 105.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 238 | 0.59 | 0.65 | 0 | 0.07 | 245.45 | 0.82 | 0.63 |
| Hex | 62 | 54 | EE | 3B | 41 | 0 | 7 | F5 | 52 | 3F |
| Octal | 142 | 124 | 356 | 73 | 101 | 0 | 7 | 365 | 122 | 77 |
| Binary | 1100010 | 1010100 | 11101110 | 111011 | 1000001 | 0 | 111 | 11110101 | 1010010 | 111111 |
Color Harmonies of #6254EE
Complementary color
Monochromatic Colors of #6254EE
Black with #6254EE
Text Example
Text Example
White with #6254EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254EE; }
p { color: rgb(98,84,238); }
H1.HeaderClassName
{
color: #6254EE;
}
.AnyTagClassName
{
color: #6254EE;
}
</style>
background-color css
<style>
a { background-color: #6254EE; }
a { background-color: rgb(98,84,238); }
div.DivClassName
{
background-color: #6254EE;
}
.BgClassName
{
background-color: #6254EE;
}
</style>
border-color css
<style>
span { border-color: #6254EE; }
span { border-color: rgb(98,84,238); }
td.TdClassName
{
border-color: #6254EE;
}
.TagClassName
{
border-color: #6254EE;
}
</style>