Shades of Neon Blue #6543EE
Tints of Neon Blue #6543EE
RGB
CMYK
RGB Variations
Color information
#6543EE (or 0x6543EE) is known color: Neon Blue. HEX triplet: 65, 43 and EE. RGB value is (101,67,238). Sum of RGB (Red+Green+Blue) = 101+67+238=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #6543EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543EE is #9ABC11. Grayscale: #606060. Windows color (decimal): -10140690 or 15614821. OLE color: 15614821.
HSL color Cylindrical-coordinate representation of color #6543EE: hue angle of 251.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6543EE is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 67 | 238 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.07 |
| HSL | 251.93º | 0.83% | 0.6% | - |
| HSV(B) | 251.93º | 0.72% | 0.93% | - |
| XYZ | 22.81 | 12.95 | 82.19 | - |
| YUV | 96.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 238 | 0.58 | 0.72 | 0 | 0.07 | 251.93 | 0.83 | 0.6 |
| Hex | 65 | 43 | EE | 3A | 48 | 0 | 7 | FC | 53 | 3C |
| Octal | 145 | 103 | 356 | 72 | 110 | 0 | 7 | 374 | 123 | 74 |
| Binary | 1100101 | 1000011 | 11101110 | 111010 | 1001000 | 0 | 111 | 11111100 | 1010011 | 111100 |
Color Harmonies of #6543EE
Complementary color
Monochromatic Colors of #6543EE
Black with #6543EE
Text Example
Text Example
White with #6543EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543EE; }
p { color: rgb(101,67,238); }
H1.HeaderClassName
{
color: #6543EE;
}
.AnyTagClassName
{
color: #6543EE;
}
</style>
background-color css
<style>
a { background-color: #6543EE; }
a { background-color: rgb(101,67,238); }
div.DivClassName
{
background-color: #6543EE;
}
.BgClassName
{
background-color: #6543EE;
}
</style>
border-color css
<style>
span { border-color: #6543EE; }
span { border-color: rgb(101,67,238); }
td.TdClassName
{
border-color: #6543EE;
}
.TagClassName
{
border-color: #6543EE;
}
</style>