Shades of Neon Blue #6548EE
Tints of Neon Blue #6548EE
RGB
CMYK
RGB Variations
Color information
#6548EE (or 0x6548EE) is known color: Neon Blue. HEX triplet: 65, 48 and EE. RGB value is (101,72,238). Sum of RGB (Red+Green+Blue) = 101+72+238=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #6548EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6548EE is #9AB711. Grayscale: #626262. Windows color (decimal): -10139410 or 15616101. OLE color: 15616101.
HSL color Cylindrical-coordinate representation of color #6548EE: hue angle of 250.48º degrees, saturation: 0.83, 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 #6548EE is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 72 | 238 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.07 |
| HSL | 250.48º | 0.83% | 0.61% | - |
| HSV(B) | 250.48º | 0.7% | 0.93% | - |
| XYZ | 23.12 | 13.57 | 82.29 | - |
| YUV | 99.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 238 | 0.58 | 0.70 | 0 | 0.07 | 250.48 | 0.83 | 0.61 |
| Hex | 65 | 48 | EE | 3A | 46 | 0 | 7 | FA | 53 | 3D |
| Octal | 145 | 110 | 356 | 72 | 106 | 0 | 7 | 372 | 123 | 75 |
| Binary | 1100101 | 1001000 | 11101110 | 111010 | 1000110 | 0 | 111 | 11111010 | 1010011 | 111101 |
Color Harmonies of #6548EE
Complementary color
Monochromatic Colors of #6548EE
Black with #6548EE
Text Example
Text Example
White with #6548EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6548EE; }
p { color: rgb(101,72,238); }
H1.HeaderClassName
{
color: #6548EE;
}
.AnyTagClassName
{
color: #6548EE;
}
</style>
background-color css
<style>
a { background-color: #6548EE; }
a { background-color: rgb(101,72,238); }
div.DivClassName
{
background-color: #6548EE;
}
.BgClassName
{
background-color: #6548EE;
}
</style>
border-color css
<style>
span { border-color: #6548EE; }
span { border-color: rgb(101,72,238); }
td.TdClassName
{
border-color: #6548EE;
}
.TagClassName
{
border-color: #6548EE;
}
</style>