Shades of Neon Blue #6250FA
Tints of Neon Blue #6250FA
RGB
CMYK
RGB Variations
Color information
#6250FA (or 0x6250FA) is known color: Neon Blue. HEX triplet: 62, 50 and FA. RGB value is (98,80,250). Sum of RGB (Red+Green+Blue) = 98+80+250=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #6250FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250FA is #9DAF05. Grayscale: #686868. Windows color (decimal): -10333958 or 16404578. OLE color: 16404578.
HSL color Cylindrical-coordinate representation of color #6250FA: hue angle of 246.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6250FA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 80 | 250 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.02 |
| HSL | 246.35º | 0.94% | 0.65% | - |
| HSV(B) | 246.35º | 0.68% | 0.98% | - |
| XYZ | 25.16 | 15.24 | 92.06 | - |
| YUV | 104.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 250 | 0.61 | 0.68 | 0 | 0.02 | 246.35 | 0.94 | 0.65 |
| Hex | 62 | 50 | FA | 3D | 44 | 0 | 2 | F6 | 5E | 41 |
| Octal | 142 | 120 | 372 | 75 | 104 | 0 | 2 | 366 | 136 | 101 |
| Binary | 1100010 | 1010000 | 11111010 | 111101 | 1000100 | 0 | 10 | 11110110 | 1011110 | 1000001 |
Color Harmonies of #6250FA
Complementary color
Monochromatic Colors of #6250FA
Black with #6250FA
Text Example
Text Example
White with #6250FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250FA; }
p { color: rgb(98,80,250); }
H1.HeaderClassName
{
color: #6250FA;
}
.AnyTagClassName
{
color: #6250FA;
}
</style>
background-color css
<style>
a { background-color: #6250FA; }
a { background-color: rgb(98,80,250); }
div.DivClassName
{
background-color: #6250FA;
}
.BgClassName
{
background-color: #6250FA;
}
</style>
border-color css
<style>
span { border-color: #6250FA; }
span { border-color: rgb(98,80,250); }
td.TdClassName
{
border-color: #6250FA;
}
.TagClassName
{
border-color: #6250FA;
}
</style>