Shades of Neon Blue #6240F8
Tints of Neon Blue #6240F8
RGB
CMYK
RGB Variations
Color information
#6240F8 (or 0x6240F8) is known color: Neon Blue. HEX triplet: 62, 40 and F8. RGB value is (98,64,248). Sum of RGB (Red+Green+Blue) = 98+64+248=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #6240F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6240F8 is #9DBF07. Grayscale: #5E5E5E. Windows color (decimal): -10338056 or 16269410. OLE color: 16269410.
HSL color Cylindrical-coordinate representation of color #6240F8: hue angle of 251.09º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6240F8 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 64 | 248 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.03 |
| HSL | 251.09º | 0.93% | 0.61% | - |
| HSV(B) | 251.09º | 0.74% | 0.97% | - |
| XYZ | 23.81 | 13.04 | 90.07 | - |
| YUV | 95.14 | 214.26 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 248 | 0.60 | 0.74 | 0 | 0.03 | 251.09 | 0.93 | 0.61 |
| Hex | 62 | 40 | F8 | 3C | 4A | 0 | 3 | FB | 5D | 3D |
| Octal | 142 | 100 | 370 | 74 | 112 | 0 | 3 | 373 | 135 | 75 |
| Binary | 1100010 | 1000000 | 11111000 | 111100 | 1001010 | 0 | 11 | 11111011 | 1011101 | 111101 |
Color Harmonies of #6240F8
Complementary color
Monochromatic Colors of #6240F8
Black with #6240F8
Text Example
Text Example
White with #6240F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240F8; }
p { color: rgb(98,64,248); }
H1.HeaderClassName
{
color: #6240F8;
}
.AnyTagClassName
{
color: #6240F8;
}
</style>
background-color css
<style>
a { background-color: #6240F8; }
a { background-color: rgb(98,64,248); }
div.DivClassName
{
background-color: #6240F8;
}
.BgClassName
{
background-color: #6240F8;
}
</style>
border-color css
<style>
span { border-color: #6240F8; }
span { border-color: rgb(98,64,248); }
td.TdClassName
{
border-color: #6240F8;
}
.TagClassName
{
border-color: #6240F8;
}
</style>