Shades of Neon Blue #6250FF
Tints of Neon Blue #6250FF
RGB
CMYK
RGB Variations
Color information
#6250FF (or 0x6250FF) is known color: Neon Blue. HEX triplet: 62, 50 and FF. RGB value is (98,80,255). Sum of RGB (Red+Green+Blue) = 98+80+255=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #6250FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250FF is #9DAF00. Grayscale: #686868. Windows color (decimal): -10333953 or 16732258. OLE color: 16732258.
HSL color Cylindrical-coordinate representation of color #6250FF: hue angle of 246.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6250FF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 80 | 255 | - |
| CMYK | 0.62 | 0.69 | 0 | 0 |
| HSL | 246.17º | 1% | 0.66% | - |
| HSV(B) | 246.17º | 0.69% | 1% | - |
| XYZ | 25.96 | 15.55 | 96.24 | - |
| YUV | 105.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 255 | 0.62 | 0.69 | 0 | 0 | 246.17 | 1 | 0.66 |
| Hex | 62 | 50 | FF | 3E | 45 | 0 | 0 | F6 | 64 | 42 |
| Octal | 142 | 120 | 377 | 76 | 105 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100010 | 1010000 | 11111111 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6250FF
Complementary color
Monochromatic Colors of #6250FF
Black with #6250FF
Text Example
Text Example
White with #6250FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250FF; }
p { color: rgb(98,80,255); }
H1.HeaderClassName
{
color: #6250FF;
}
.AnyTagClassName
{
color: #6250FF;
}
</style>
background-color css
<style>
a { background-color: #6250FF; }
a { background-color: rgb(98,80,255); }
div.DivClassName
{
background-color: #6250FF;
}
.BgClassName
{
background-color: #6250FF;
}
</style>
border-color css
<style>
span { border-color: #6250FF; }
span { border-color: rgb(98,80,255); }
td.TdClassName
{
border-color: #6250FF;
}
.TagClassName
{
border-color: #6250FF;
}
</style>