Shades of Neon Blue #6251F0
Tints of Neon Blue #6251F0
RGB
CMYK
RGB Variations
Color information
#6251F0 (or 0x6251F0) is known color: Neon Blue. HEX triplet: 62, 51 and F0. RGB value is (98,81,240). Sum of RGB (Red+Green+Blue) = 98+81+240=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #6251F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6251F0 is #9DAE0F. Grayscale: #676767. Windows color (decimal): -10333712 or 15749474. OLE color: 15749474.
HSL color Cylindrical-coordinate representation of color #6251F0: hue angle of 246.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6251F0 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 81 | 240 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.06 |
| HSL | 246.42º | 0.84% | 0.63% | - |
| HSV(B) | 246.42º | 0.66% | 0.94% | - |
| XYZ | 23.71 | 14.77 | 84.04 | - |
| YUV | 104.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 240 | 0.59 | 0.66 | 0 | 0.06 | 246.42 | 0.84 | 0.63 |
| Hex | 62 | 51 | F0 | 3B | 42 | 0 | 6 | F6 | 54 | 3F |
| Octal | 142 | 121 | 360 | 73 | 102 | 0 | 6 | 366 | 124 | 77 |
| Binary | 1100010 | 1010001 | 11110000 | 111011 | 1000010 | 0 | 110 | 11110110 | 1010100 | 111111 |
Color Harmonies of #6251F0
Complementary color
Monochromatic Colors of #6251F0
Black with #6251F0
Text Example
Text Example
White with #6251F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251F0; }
p { color: rgb(98,81,240); }
H1.HeaderClassName
{
color: #6251F0;
}
.AnyTagClassName
{
color: #6251F0;
}
</style>
background-color css
<style>
a { background-color: #6251F0; }
a { background-color: rgb(98,81,240); }
div.DivClassName
{
background-color: #6251F0;
}
.BgClassName
{
background-color: #6251F0;
}
</style>
border-color css
<style>
span { border-color: #6251F0; }
span { border-color: rgb(98,81,240); }
td.TdClassName
{
border-color: #6251F0;
}
.TagClassName
{
border-color: #6251F0;
}
</style>