Shades of Neon Blue #6259F2
Tints of Neon Blue #6259F2
RGB
CMYK
RGB Variations
Color information
#6259F2 (or 0x6259F2) is known color: Neon Blue. HEX triplet: 62, 59 and F2. RGB value is (98,89,242). Sum of RGB (Red+Green+Blue) = 98+89+242=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #6259F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6259F2 is #9DA60D. Grayscale: #6C6C6C. Windows color (decimal): -10331662 or 15882594. OLE color: 15882594.
HSL color Cylindrical-coordinate representation of color #6259F2: hue angle of 243.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6259F2 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 89 | 242 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.05 |
| HSL | 243.53º | 0.85% | 0.65% | - |
| HSV(B) | 243.53º | 0.63% | 0.95% | - |
| XYZ | 24.64 | 16.15 | 85.82 | - |
| YUV | 109.13 | 202.98 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 242 | 0.60 | 0.63 | 0 | 0.05 | 243.53 | 0.85 | 0.65 |
| Hex | 62 | 59 | F2 | 3C | 3F | 0 | 5 | F4 | 55 | 41 |
| Octal | 142 | 131 | 362 | 74 | 77 | 0 | 5 | 364 | 125 | 101 |
| Binary | 1100010 | 1011001 | 11110010 | 111100 | 111111 | 0 | 101 | 11110100 | 1010101 | 1000001 |
Color Harmonies of #6259F2
Complementary color
Monochromatic Colors of #6259F2
Black with #6259F2
Text Example
Text Example
White with #6259F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259F2; }
p { color: rgb(98,89,242); }
H1.HeaderClassName
{
color: #6259F2;
}
.AnyTagClassName
{
color: #6259F2;
}
</style>
background-color css
<style>
a { background-color: #6259F2; }
a { background-color: rgb(98,89,242); }
div.DivClassName
{
background-color: #6259F2;
}
.BgClassName
{
background-color: #6259F2;
}
</style>
border-color css
<style>
span { border-color: #6259F2; }
span { border-color: rgb(98,89,242); }
td.TdClassName
{
border-color: #6259F2;
}
.TagClassName
{
border-color: #6259F2;
}
</style>