Shades of Neon Blue #6540FE
Tints of Neon Blue #6540FE
RGB
CMYK
RGB Variations
Color information
#6540FE (or 0x6540FE) is known color: Neon Blue. HEX triplet: 65, 40 and FE. RGB value is (101,64,254). Sum of RGB (Red+Green+Blue) = 101+64+254=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #6540FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540FE is #9ABF01. Grayscale: #606060. Windows color (decimal): -10141442 or 16662629. OLE color: 16662629.
HSL color Cylindrical-coordinate representation of color #6540FE: hue angle of 251.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6540FE is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 64 | 254 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.00 |
| HSL | 251.68º | 0.99% | 0.62% | - |
| HSV(B) | 251.68º | 0.75% | 1% | - |
| XYZ | 25.09 | 13.59 | 95.07 | - |
| YUV | 96.72 | 216.76 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 254 | 0.60 | 0.75 | 0 | 0.00 | 251.68 | 0.99 | 0.62 |
| Hex | 65 | 40 | FE | 3C | 4B | 0 | 0 | FC | 63 | 3E |
| Octal | 145 | 100 | 376 | 74 | 113 | 0 | 0 | 374 | 143 | 76 |
| Binary | 1100101 | 1000000 | 11111110 | 111100 | 1001011 | 0 | 0 | 11111100 | 1100011 | 111110 |
Color Harmonies of #6540FE
Complementary color
Monochromatic Colors of #6540FE
Black with #6540FE
Text Example
Text Example
White with #6540FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540FE; }
p { color: rgb(101,64,254); }
H1.HeaderClassName
{
color: #6540FE;
}
.AnyTagClassName
{
color: #6540FE;
}
</style>
background-color css
<style>
a { background-color: #6540FE; }
a { background-color: rgb(101,64,254); }
div.DivClassName
{
background-color: #6540FE;
}
.BgClassName
{
background-color: #6540FE;
}
</style>
border-color css
<style>
span { border-color: #6540FE; }
span { border-color: rgb(101,64,254); }
td.TdClassName
{
border-color: #6540FE;
}
.TagClassName
{
border-color: #6540FE;
}
</style>