Shades of Neon Blue #6251FF
Tints of Neon Blue #6251FF
RGB
CMYK
RGB Variations
Color information
#6251FF (or 0x6251FF) is known color: Neon Blue. HEX triplet: 62, 51 and FF. RGB value is (98,81,255). Sum of RGB (Red+Green+Blue) = 98+81+255=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #6251FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6251FF is #9DAE00. Grayscale: #696969. Windows color (decimal): -10333697 or 16732514. OLE color: 16732514.
HSL color Cylindrical-coordinate representation of color #6251FF: hue angle of 245.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6251FF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 81 | 255 | - |
| CMYK | 0.62 | 0.68 | 0 | 0 |
| HSL | 245.86º | 1% | 0.66% | - |
| HSV(B) | 245.86º | 0.68% | 1% | - |
| XYZ | 26.03 | 15.7 | 96.27 | - |
| YUV | 105.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 255 | 0.62 | 0.68 | 0 | 0 | 245.86 | 1 | 0.66 |
| Hex | 62 | 51 | FF | 3E | 44 | 0 | 0 | F6 | 64 | 42 |
| Octal | 142 | 121 | 377 | 76 | 104 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100010 | 1010001 | 11111111 | 111110 | 1000100 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6251FF
Complementary color
Monochromatic Colors of #6251FF
Black with #6251FF
Text Example
Text Example
White with #6251FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251FF; }
p { color: rgb(98,81,255); }
H1.HeaderClassName
{
color: #6251FF;
}
.AnyTagClassName
{
color: #6251FF;
}
</style>
background-color css
<style>
a { background-color: #6251FF; }
a { background-color: rgb(98,81,255); }
div.DivClassName
{
background-color: #6251FF;
}
.BgClassName
{
background-color: #6251FF;
}
</style>
border-color css
<style>
span { border-color: #6251FF; }
span { border-color: rgb(98,81,255); }
td.TdClassName
{
border-color: #6251FF;
}
.TagClassName
{
border-color: #6251FF;
}
</style>