Shades of Neon Blue #6542EC
Tints of Neon Blue #6542EC
RGB
CMYK
RGB Variations
Color information
#6542EC (or 0x6542EC) is known color: Neon Blue. HEX triplet: 65, 42 and EC. RGB value is (101,66,236). Sum of RGB (Red+Green+Blue) = 101+66+236=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #6542EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6542EC is #9ABD13. Grayscale: #5F5F5F. Windows color (decimal): -10140948 or 15483493. OLE color: 15483493.
HSL color Cylindrical-coordinate representation of color #6542EC: hue angle of 252.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6542EC is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 66 | 236 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.07 |
| HSL | 252.35º | 0.82% | 0.59% | - |
| HSV(B) | 252.35º | 0.72% | 0.93% | - |
| XYZ | 22.46 | 12.72 | 80.63 | - |
| YUV | 95.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 236 | 0.57 | 0.72 | 0 | 0.07 | 252.35 | 0.82 | 0.59 |
| Hex | 65 | 42 | EC | 39 | 48 | 0 | 7 | FC | 52 | 3B |
| Octal | 145 | 102 | 354 | 71 | 110 | 0 | 7 | 374 | 122 | 73 |
| Binary | 1100101 | 1000010 | 11101100 | 111001 | 1001000 | 0 | 111 | 11111100 | 1010010 | 111011 |
Color Harmonies of #6542EC
Complementary color
Monochromatic Colors of #6542EC
Black with #6542EC
Text Example
Text Example
White with #6542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6542EC; }
p { color: rgb(101,66,236); }
H1.HeaderClassName
{
color: #6542EC;
}
.AnyTagClassName
{
color: #6542EC;
}
</style>
background-color css
<style>
a { background-color: #6542EC; }
a { background-color: rgb(101,66,236); }
div.DivClassName
{
background-color: #6542EC;
}
.BgClassName
{
background-color: #6542EC;
}
</style>
border-color css
<style>
span { border-color: #6542EC; }
span { border-color: rgb(101,66,236); }
td.TdClassName
{
border-color: #6542EC;
}
.TagClassName
{
border-color: #6542EC;
}
</style>