Shades of Neon Blue #6540FD
Tints of Neon Blue #6540FD
RGB
CMYK
RGB Variations
Color information
#6540FD (or 0x6540FD) is known color: Neon Blue. HEX triplet: 65, 40 and FD. RGB value is (101,64,253). Sum of RGB (Red+Green+Blue) = 101+64+253=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #6540FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FD is #9ABF02. Grayscale: #5F5F5F. Windows color (decimal): -10141443 or 16597093. OLE color: 16597093.
HSL color Cylindrical-coordinate representation of color #6540FD: hue angle of 251.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6540FD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 64 | 253 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 251.75º | 0.98% | 0.62% | - |
| HSV(B) | 251.75º | 0.75% | 0.99% | - |
| XYZ | 24.93 | 13.53 | 94.23 | - |
| YUV | 96.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 253 | 0.60 | 0.75 | 0 | 0.01 | 251.75 | 0.98 | 0.62 |
| Hex | 65 | 40 | FD | 3C | 4B | 0 | 1 | FC | 62 | 3E |
| Octal | 145 | 100 | 375 | 74 | 113 | 0 | 1 | 374 | 142 | 76 |
| Binary | 1100101 | 1000000 | 11111101 | 111100 | 1001011 | 0 | 1 | 11111100 | 1100010 | 111110 |
Color Harmonies of #6540FD
Complementary color
Monochromatic Colors of #6540FD
Black with #6540FD
Text Example
Text Example
White with #6540FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FD; }
p { color: rgb(101,64,253); }
H1.HeaderClassName
{
color: #6540FD;
}
.AnyTagClassName
{
color: #6540FD;
}
</style>
background-color css
<style>
a { background-color: #6540FD; }
a { background-color: rgb(101,64,253); }
div.DivClassName
{
background-color: #6540FD;
}
.BgClassName
{
background-color: #6540FD;
}
</style>
border-color css
<style>
span { border-color: #6540FD; }
span { border-color: rgb(101,64,253); }
td.TdClassName
{
border-color: #6540FD;
}
.TagClassName
{
border-color: #6540FD;
}
</style>