Shades of Neon Blue #6258F0
Tints of Neon Blue #6258F0
RGB
CMYK
RGB Variations
Color information
#6258F0 (or 0x6258F0) is known color: Neon Blue. HEX triplet: 62, 58 and F0. RGB value is (98,88,240). Sum of RGB (Red+Green+Blue) = 98+88+240=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #6258F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6258F0 is #9DA70F. Grayscale: #6B6B6B. Windows color (decimal): -10331920 or 15751266. OLE color: 15751266.
HSL color Cylindrical-coordinate representation of color #6258F0: hue angle of 243.95º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6258F0 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 88 | 240 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.06 |
| HSL | 243.95º | 0.84% | 0.64% | - |
| HSV(B) | 243.95º | 0.63% | 0.94% | - |
| XYZ | 24.25 | 15.87 | 84.22 | - |
| YUV | 108.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 240 | 0.59 | 0.63 | 0 | 0.06 | 243.95 | 0.84 | 0.64 |
| Hex | 62 | 58 | F0 | 3B | 3F | 0 | 6 | F4 | 54 | 40 |
| Octal | 142 | 130 | 360 | 73 | 77 | 0 | 6 | 364 | 124 | 100 |
| Binary | 1100010 | 1011000 | 11110000 | 111011 | 111111 | 0 | 110 | 11110100 | 1010100 | 1000000 |
Color Harmonies of #6258F0
Complementary color
Monochromatic Colors of #6258F0
Black with #6258F0
Text Example
Text Example
White with #6258F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6258F0; }
p { color: rgb(98,88,240); }
H1.HeaderClassName
{
color: #6258F0;
}
.AnyTagClassName
{
color: #6258F0;
}
</style>
background-color css
<style>
a { background-color: #6258F0; }
a { background-color: rgb(98,88,240); }
div.DivClassName
{
background-color: #6258F0;
}
.BgClassName
{
background-color: #6258F0;
}
</style>
border-color css
<style>
span { border-color: #6258F0; }
span { border-color: rgb(98,88,240); }
td.TdClassName
{
border-color: #6258F0;
}
.TagClassName
{
border-color: #6258F0;
}
</style>