Shades of Neon Blue #6546ED
Tints of Neon Blue #6546ED
RGB
CMYK
RGB Variations
Color information
#6546ED (or 0x6546ED) is known color: Neon Blue. HEX triplet: 65, 46 and ED. RGB value is (101,70,237). Sum of RGB (Red+Green+Blue) = 101+70+237=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #6546ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6546ED is #9AB912. Grayscale: #616161. Windows color (decimal): -10139923 or 15550053. OLE color: 15550053.
HSL color Cylindrical-coordinate representation of color #6546ED: hue angle of 251.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6546ED is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 70 | 237 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.07 |
| HSL | 251.14º | 0.82% | 0.6% | - |
| HSV(B) | 251.14º | 0.7% | 0.93% | - |
| XYZ | 22.84 | 13.26 | 81.48 | - |
| YUV | 98.31 | 206.27 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 237 | 0.57 | 0.70 | 0 | 0.07 | 251.14 | 0.82 | 0.6 |
| Hex | 65 | 46 | ED | 39 | 46 | 0 | 7 | FB | 52 | 3C |
| Octal | 145 | 106 | 355 | 71 | 106 | 0 | 7 | 373 | 122 | 74 |
| Binary | 1100101 | 1000110 | 11101101 | 111001 | 1000110 | 0 | 111 | 11111011 | 1010010 | 111100 |
Color Harmonies of #6546ED
Complementary color
Monochromatic Colors of #6546ED
Black with #6546ED
Text Example
Text Example
White with #6546ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6546ED; }
p { color: rgb(101,70,237); }
H1.HeaderClassName
{
color: #6546ED;
}
.AnyTagClassName
{
color: #6546ED;
}
</style>
background-color css
<style>
a { background-color: #6546ED; }
a { background-color: rgb(101,70,237); }
div.DivClassName
{
background-color: #6546ED;
}
.BgClassName
{
background-color: #6546ED;
}
</style>
border-color css
<style>
span { border-color: #6546ED; }
span { border-color: rgb(101,70,237); }
td.TdClassName
{
border-color: #6546ED;
}
.TagClassName
{
border-color: #6546ED;
}
</style>