Shades of Neon Blue #6540FA
Tints of Neon Blue #6540FA
RGB
CMYK
RGB Variations
Color information
#6540FA (or 0x6540FA) is known color: Neon Blue. HEX triplet: 65, 40 and FA. RGB value is (101,64,250). Sum of RGB (Red+Green+Blue) = 101+64+250=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #6540FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FA is #9ABF05. Grayscale: #5F5F5F. Windows color (decimal): -10141446 or 16400485. OLE color: 16400485.
HSL color Cylindrical-coordinate representation of color #6540FA: hue angle of 251.94º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6540FA is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 64 | 250 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.02 |
| HSL | 251.94º | 0.95% | 0.62% | - |
| HSV(B) | 251.94º | 0.74% | 0.98% | - |
| XYZ | 24.46 | 13.34 | 91.73 | - |
| YUV | 96.27 | 214.76 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 250 | 0.60 | 0.74 | 0 | 0.02 | 251.94 | 0.95 | 0.62 |
| Hex | 65 | 40 | FA | 3C | 4A | 0 | 2 | FC | 5F | 3E |
| Octal | 145 | 100 | 372 | 74 | 112 | 0 | 2 | 374 | 137 | 76 |
| Binary | 1100101 | 1000000 | 11111010 | 111100 | 1001010 | 0 | 10 | 11111100 | 1011111 | 111110 |
Color Harmonies of #6540FA
Complementary color
Monochromatic Colors of #6540FA
Black with #6540FA
Text Example
Text Example
White with #6540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FA; }
p { color: rgb(101,64,250); }
H1.HeaderClassName
{
color: #6540FA;
}
.AnyTagClassName
{
color: #6540FA;
}
</style>
background-color css
<style>
a { background-color: #6540FA; }
a { background-color: rgb(101,64,250); }
div.DivClassName
{
background-color: #6540FA;
}
.BgClassName
{
background-color: #6540FA;
}
</style>
border-color css
<style>
span { border-color: #6540FA; }
span { border-color: rgb(101,64,250); }
td.TdClassName
{
border-color: #6540FA;
}
.TagClassName
{
border-color: #6540FA;
}
</style>