Shades of Neon Blue #6250FC
Tints of Neon Blue #6250FC
RGB
CMYK
RGB Variations
Color information
#6250FC (or 0x6250FC) is known color: Neon Blue. HEX triplet: 62, 50 and FC. RGB value is (98,80,252). Sum of RGB (Red+Green+Blue) = 98+80+252=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #6250FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250FC is #9DAF03. Grayscale: #686868. Windows color (decimal): -10333956 or 16535650. OLE color: 16535650.
HSL color Cylindrical-coordinate representation of color #6250FC: hue angle of 246.28º degrees, saturation: 0.97, 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 #6250FC is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 80 | 252 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.01 |
| HSL | 246.28º | 0.97% | 0.65% | - |
| HSV(B) | 246.28º | 0.68% | 0.99% | - |
| XYZ | 25.48 | 15.36 | 93.72 | - |
| YUV | 104.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 252 | 0.61 | 0.68 | 0 | 0.01 | 246.28 | 0.97 | 0.65 |
| Hex | 62 | 50 | FC | 3D | 44 | 0 | 1 | F6 | 61 | 41 |
| Octal | 142 | 120 | 374 | 75 | 104 | 0 | 1 | 366 | 141 | 101 |
| Binary | 1100010 | 1010000 | 11111100 | 111101 | 1000100 | 0 | 1 | 11110110 | 1100001 | 1000001 |
Color Harmonies of #6250FC
Complementary color
Monochromatic Colors of #6250FC
Black with #6250FC
Text Example
Text Example
White with #6250FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250FC; }
p { color: rgb(98,80,252); }
H1.HeaderClassName
{
color: #6250FC;
}
.AnyTagClassName
{
color: #6250FC;
}
</style>
background-color css
<style>
a { background-color: #6250FC; }
a { background-color: rgb(98,80,252); }
div.DivClassName
{
background-color: #6250FC;
}
.BgClassName
{
background-color: #6250FC;
}
</style>
border-color css
<style>
span { border-color: #6250FC; }
span { border-color: rgb(98,80,252); }
td.TdClassName
{
border-color: #6250FC;
}
.TagClassName
{
border-color: #6250FC;
}
</style>