Shades of Neon Blue #6540F0
Tints of Neon Blue #6540F0
RGB
CMYK
RGB Variations
Color information
#6540F0 (or 0x6540F0) is known color: Neon Blue. HEX triplet: 65, 40 and F0. RGB value is (101,64,240). Sum of RGB (Red+Green+Blue) = 101+64+240=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #6540F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540F0 is #9ABF0F. Grayscale: #5E5E5E. Windows color (decimal): -10141456 or 15745125. OLE color: 15745125.
HSL color Cylindrical-coordinate representation of color #6540F0: hue angle of 252.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6540F0 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 64 | 240 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.06 |
| HSL | 252.61º | 0.85% | 0.6% | - |
| HSV(B) | 252.61º | 0.73% | 0.94% | - |
| XYZ | 22.93 | 12.72 | 83.69 | - |
| YUV | 95.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 240 | 0.58 | 0.73 | 0 | 0.06 | 252.61 | 0.85 | 0.6 |
| Hex | 65 | 40 | F0 | 3A | 49 | 0 | 6 | FD | 55 | 3C |
| Octal | 145 | 100 | 360 | 72 | 111 | 0 | 6 | 375 | 125 | 74 |
| Binary | 1100101 | 1000000 | 11110000 | 111010 | 1001001 | 0 | 110 | 11111101 | 1010101 | 111100 |
Color Harmonies of #6540F0
Complementary color
Monochromatic Colors of #6540F0
Black with #6540F0
Text Example
Text Example
White with #6540F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540F0; }
p { color: rgb(101,64,240); }
H1.HeaderClassName
{
color: #6540F0;
}
.AnyTagClassName
{
color: #6540F0;
}
</style>
background-color css
<style>
a { background-color: #6540F0; }
a { background-color: rgb(101,64,240); }
div.DivClassName
{
background-color: #6540F0;
}
.BgClassName
{
background-color: #6540F0;
}
</style>
border-color css
<style>
span { border-color: #6540F0; }
span { border-color: rgb(101,64,240); }
td.TdClassName
{
border-color: #6540F0;
}
.TagClassName
{
border-color: #6540F0;
}
</style>