Shades of Neon Blue #6240FF
Tints of Neon Blue #6240FF
RGB
CMYK
RGB Variations
Color information
#6240FF (or 0x6240FF) is known color: Neon Blue. HEX triplet: 62, 40 and FF. RGB value is (98,64,255). Sum of RGB (Red+Green+Blue) = 98+64+255=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #6240FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6240FF is #9DBF00. Grayscale: #5F5F5F. Windows color (decimal): -10338049 or 16728162. OLE color: 16728162.
HSL color Cylindrical-coordinate representation of color #6240FF: hue angle of 250.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6240FF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 64 | 255 | - |
| CMYK | 0.62 | 0.75 | 0 | 0 |
| HSL | 250.68º | 1% | 0.63% | - |
| HSV(B) | 250.68º | 0.75% | 1% | - |
| XYZ | 24.92 | 13.48 | 95.9 | - |
| YUV | 95.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 255 | 0.62 | 0.75 | 0 | 0 | 250.68 | 1 | 0.63 |
| Hex | 62 | 40 | FF | 3E | 4B | 0 | 0 | FB | 64 | 3F |
| Octal | 142 | 100 | 377 | 76 | 113 | 0 | 0 | 373 | 144 | 77 |
| Binary | 1100010 | 1000000 | 11111111 | 111110 | 1001011 | 0 | 0 | 11111011 | 1100100 | 111111 |
Color Harmonies of #6240FF
Complementary color
Monochromatic Colors of #6240FF
Black with #6240FF
Text Example
Text Example
White with #6240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240FF; }
p { color: rgb(98,64,255); }
H1.HeaderClassName
{
color: #6240FF;
}
.AnyTagClassName
{
color: #6240FF;
}
</style>
background-color css
<style>
a { background-color: #6240FF; }
a { background-color: rgb(98,64,255); }
div.DivClassName
{
background-color: #6240FF;
}
.BgClassName
{
background-color: #6240FF;
}
</style>
border-color css
<style>
span { border-color: #6240FF; }
span { border-color: rgb(98,64,255); }
td.TdClassName
{
border-color: #6240FF;
}
.TagClassName
{
border-color: #6240FF;
}
</style>