Shades of Neon Blue #6548ED
Tints of Neon Blue #6548ED
RGB
CMYK
RGB Variations
Color information
#6548ED (or 0x6548ED) is known color: Neon Blue. HEX triplet: 65, 48 and ED. RGB value is (101,72,237). Sum of RGB (Red+Green+Blue) = 101+72+237=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #6548ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6548ED is #9AB712. Grayscale: #626262. Windows color (decimal): -10139411 or 15550565. OLE color: 15550565.
HSL color Cylindrical-coordinate representation of color #6548ED: hue angle of 250.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6548ED is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 72 | 237 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.07 |
| HSL | 250.55º | 0.82% | 0.61% | - |
| HSV(B) | 250.55º | 0.7% | 0.93% | - |
| XYZ | 22.97 | 13.52 | 81.52 | - |
| YUV | 99.48 | 205.61 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 237 | 0.57 | 0.70 | 0 | 0.07 | 250.55 | 0.82 | 0.61 |
| Hex | 65 | 48 | ED | 39 | 46 | 0 | 7 | FB | 52 | 3D |
| Octal | 145 | 110 | 355 | 71 | 106 | 0 | 7 | 373 | 122 | 75 |
| Binary | 1100101 | 1001000 | 11101101 | 111001 | 1000110 | 0 | 111 | 11111011 | 1010010 | 111101 |
Color Harmonies of #6548ED
Complementary color
Monochromatic Colors of #6548ED
Black with #6548ED
Text Example
Text Example
White with #6548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6548ED; }
p { color: rgb(101,72,237); }
H1.HeaderClassName
{
color: #6548ED;
}
.AnyTagClassName
{
color: #6548ED;
}
</style>
background-color css
<style>
a { background-color: #6548ED; }
a { background-color: rgb(101,72,237); }
div.DivClassName
{
background-color: #6548ED;
}
.BgClassName
{
background-color: #6548ED;
}
</style>
border-color css
<style>
span { border-color: #6548ED; }
span { border-color: rgb(101,72,237); }
td.TdClassName
{
border-color: #6548ED;
}
.TagClassName
{
border-color: #6548ED;
}
</style>