Shades of Neon Blue #6250FD
Tints of Neon Blue #6250FD
RGB
CMYK
RGB Variations
Color information
#6250FD (or 0x6250FD) is known color: Neon Blue. HEX triplet: 62, 50 and FD. RGB value is (98,80,253). Sum of RGB (Red+Green+Blue) = 98+80+253=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #6250FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250FD is #9DAF02. Grayscale: #686868. Windows color (decimal): -10333955 or 16601186. OLE color: 16601186.
HSL color Cylindrical-coordinate representation of color #6250FD: hue angle of 246.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6250FD is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 80 | 253 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.01 |
| HSL | 246.24º | 0.98% | 0.65% | - |
| HSV(B) | 246.24º | 0.68% | 0.99% | - |
| XYZ | 25.64 | 15.43 | 94.55 | - |
| YUV | 105.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 253 | 0.61 | 0.68 | 0 | 0.01 | 246.24 | 0.98 | 0.65 |
| Hex | 62 | 50 | FD | 3D | 44 | 0 | 1 | F6 | 62 | 41 |
| Octal | 142 | 120 | 375 | 75 | 104 | 0 | 1 | 366 | 142 | 101 |
| Binary | 1100010 | 1010000 | 11111101 | 111101 | 1000100 | 0 | 1 | 11110110 | 1100010 | 1000001 |
Color Harmonies of #6250FD
Complementary color
Monochromatic Colors of #6250FD
Black with #6250FD
Text Example
Text Example
White with #6250FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250FD; }
p { color: rgb(98,80,253); }
H1.HeaderClassName
{
color: #6250FD;
}
.AnyTagClassName
{
color: #6250FD;
}
</style>
background-color css
<style>
a { background-color: #6250FD; }
a { background-color: rgb(98,80,253); }
div.DivClassName
{
background-color: #6250FD;
}
.BgClassName
{
background-color: #6250FD;
}
</style>
border-color css
<style>
span { border-color: #6250FD; }
span { border-color: rgb(98,80,253); }
td.TdClassName
{
border-color: #6250FD;
}
.TagClassName
{
border-color: #6250FD;
}
</style>