Shades of Neon Blue #6544EC
Tints of Neon Blue #6544EC
RGB
CMYK
RGB Variations
Color information
#6544EC (or 0x6544EC) is known color: Neon Blue. HEX triplet: 65, 44 and EC. RGB value is (101,68,236). Sum of RGB (Red+Green+Blue) = 101+68+236=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6544EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6544EC is #9ABB13. Grayscale: #606060. Windows color (decimal): -10140436 or 15484005. OLE color: 15484005.
HSL color Cylindrical-coordinate representation of color #6544EC: hue angle of 251.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6544EC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 68 | 236 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.07 |
| HSL | 251.79º | 0.82% | 0.6% | - |
| HSV(B) | 251.79º | 0.71% | 0.93% | - |
| XYZ | 22.57 | 12.96 | 80.67 | - |
| YUV | 97.02 | 206.43 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 236 | 0.57 | 0.71 | 0 | 0.07 | 251.79 | 0.82 | 0.6 |
| Hex | 65 | 44 | EC | 39 | 47 | 0 | 7 | FC | 52 | 3C |
| Octal | 145 | 104 | 354 | 71 | 107 | 0 | 7 | 374 | 122 | 74 |
| Binary | 1100101 | 1000100 | 11101100 | 111001 | 1000111 | 0 | 111 | 11111100 | 1010010 | 111100 |
Color Harmonies of #6544EC
Complementary color
Monochromatic Colors of #6544EC
Black with #6544EC
Text Example
Text Example
White with #6544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6544EC; }
p { color: rgb(101,68,236); }
H1.HeaderClassName
{
color: #6544EC;
}
.AnyTagClassName
{
color: #6544EC;
}
</style>
background-color css
<style>
a { background-color: #6544EC; }
a { background-color: rgb(101,68,236); }
div.DivClassName
{
background-color: #6544EC;
}
.BgClassName
{
background-color: #6544EC;
}
</style>
border-color css
<style>
span { border-color: #6544EC; }
span { border-color: rgb(101,68,236); }
td.TdClassName
{
border-color: #6544EC;
}
.TagClassName
{
border-color: #6544EC;
}
</style>