Shades of Neon Blue #6240F4
Tints of Neon Blue #6240F4
RGB
CMYK
RGB Variations
Color information
#6240F4 (or 0x6240F4) is known color: Neon Blue. HEX triplet: 62, 40 and F4. RGB value is (98,64,244). Sum of RGB (Red+Green+Blue) = 98+64+244=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 244 (95.70% from 255 or 60.10% from 406); Max value from RGB is 244 - color contains mainly: blue. Hex color #6240F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6240F4 is #9DBF0B. Grayscale: #5E5E5E. Windows color (decimal): -10338060 or 16007266. OLE color: 16007266.
HSL color Cylindrical-coordinate representation of color #6240F4: hue angle of 251.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6240F4 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 64 | 244 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.04 |
| HSL | 251.33º | 0.89% | 0.6% | - |
| HSV(B) | 251.33º | 0.74% | 0.96% | - |
| XYZ | 23.2 | 12.8 | 86.83 | - |
| YUV | 94.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 244 | 0.60 | 0.74 | 0 | 0.04 | 251.33 | 0.89 | 0.6 |
| Hex | 62 | 40 | F4 | 3C | 4A | 0 | 4 | FB | 59 | 3C |
| Octal | 142 | 100 | 364 | 74 | 112 | 0 | 4 | 373 | 131 | 74 |
| Binary | 1100010 | 1000000 | 11110100 | 111100 | 1001010 | 0 | 100 | 11111011 | 1011001 | 111100 |
Color Harmonies of #6240F4
Complementary color
Monochromatic Colors of #6240F4
Black with #6240F4
Text Example
Text Example
White with #6240F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240F4; }
p { color: rgb(98,64,244); }
H1.HeaderClassName
{
color: #6240F4;
}
.AnyTagClassName
{
color: #6240F4;
}
</style>
background-color css
<style>
a { background-color: #6240F4; }
a { background-color: rgb(98,64,244); }
div.DivClassName
{
background-color: #6240F4;
}
.BgClassName
{
background-color: #6240F4;
}
</style>
border-color css
<style>
span { border-color: #6240F4; }
span { border-color: rgb(98,64,244); }
td.TdClassName
{
border-color: #6240F4;
}
.TagClassName
{
border-color: #6240F4;
}
</style>