Shades of Neon Blue #6547ED
Tints of Neon Blue #6547ED
RGB
CMYK
RGB Variations
Color information
#6547ED (or 0x6547ED) is known color: Neon Blue. HEX triplet: 65, 47 and ED. RGB value is (101,71,237). Sum of RGB (Red+Green+Blue) = 101+71+237=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #6547ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6547ED is #9AB812. Grayscale: #626262. Windows color (decimal): -10139667 or 15550309. OLE color: 15550309.
HSL color Cylindrical-coordinate representation of color #6547ED: hue angle of 250.84º 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 #6547ED is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 71 | 237 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.07 |
| HSL | 250.84º | 0.82% | 0.6% | - |
| HSV(B) | 250.84º | 0.7% | 0.93% | - |
| XYZ | 22.91 | 13.39 | 81.5 | - |
| YUV | 98.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 237 | 0.57 | 0.70 | 0 | 0.07 | 250.84 | 0.82 | 0.6 |
| Hex | 65 | 47 | ED | 39 | 46 | 0 | 7 | FB | 52 | 3C |
| Octal | 145 | 107 | 355 | 71 | 106 | 0 | 7 | 373 | 122 | 74 |
| Binary | 1100101 | 1000111 | 11101101 | 111001 | 1000110 | 0 | 111 | 11111011 | 1010010 | 111100 |
Color Harmonies of #6547ED
Complementary color
Monochromatic Colors of #6547ED
Black with #6547ED
Text Example
Text Example
White with #6547ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6547ED; }
p { color: rgb(101,71,237); }
H1.HeaderClassName
{
color: #6547ED;
}
.AnyTagClassName
{
color: #6547ED;
}
</style>
background-color css
<style>
a { background-color: #6547ED; }
a { background-color: rgb(101,71,237); }
div.DivClassName
{
background-color: #6547ED;
}
.BgClassName
{
background-color: #6547ED;
}
</style>
border-color css
<style>
span { border-color: #6547ED; }
span { border-color: rgb(101,71,237); }
td.TdClassName
{
border-color: #6547ED;
}
.TagClassName
{
border-color: #6547ED;
}
</style>