Shades of Neon Blue #6540FF
Tints of Neon Blue #6540FF
RGB
CMYK
RGB Variations
Color information
#6540FF (or 0x6540FF) is known color: Neon Blue. HEX triplet: 65, 40 and FF. RGB value is (101,64,255). Sum of RGB (Red+Green+Blue) = 101+64+255=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #6540FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FF is #9ABF00. Grayscale: #606060. Windows color (decimal): -10141441 or 16728165. OLE color: 16728165.
HSL color Cylindrical-coordinate representation of color #6540FF: hue angle of 251.62º 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 #6540FF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 64 | 255 | - |
| CMYK | 0.60 | 0.75 | 0 | 0 |
| HSL | 251.62º | 1% | 0.63% | - |
| HSV(B) | 251.62º | 0.75% | 1% | - |
| XYZ | 25.25 | 13.65 | 95.91 | - |
| YUV | 96.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 255 | 0.60 | 0.75 | 0 | 0 | 251.62 | 1 | 0.63 |
| Hex | 65 | 40 | FF | 3C | 4B | 0 | 0 | FC | 64 | 3F |
| Octal | 145 | 100 | 377 | 74 | 113 | 0 | 0 | 374 | 144 | 77 |
| Binary | 1100101 | 1000000 | 11111111 | 111100 | 1001011 | 0 | 0 | 11111100 | 1100100 | 111111 |
Color Harmonies of #6540FF
Complementary color
Monochromatic Colors of #6540FF
Black with #6540FF
Text Example
Text Example
White with #6540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FF; }
p { color: rgb(101,64,255); }
H1.HeaderClassName
{
color: #6540FF;
}
.AnyTagClassName
{
color: #6540FF;
}
</style>
background-color css
<style>
a { background-color: #6540FF; }
a { background-color: rgb(101,64,255); }
div.DivClassName
{
background-color: #6540FF;
}
.BgClassName
{
background-color: #6540FF;
}
</style>
border-color css
<style>
span { border-color: #6540FF; }
span { border-color: rgb(101,64,255); }
td.TdClassName
{
border-color: #6540FF;
}
.TagClassName
{
border-color: #6540FF;
}
</style>