Shades of Neon Blue #6749ED
Tints of Neon Blue #6749ED
RGB
CMYK
RGB Variations
Color information
#6749ED (or 0x6749ED) is known color: Neon Blue. HEX triplet: 67, 49 and ED. RGB value is (103,73,237). Sum of RGB (Red+Green+Blue) = 103+73+237=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #6749ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6749ED is #98B612. Grayscale: #646464. Windows color (decimal): -10008083 or 15550823. OLE color: 15550823.
HSL color Cylindrical-coordinate representation of color #6749ED: hue angle of 250.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6749ED is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 73 | 237 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.07 |
| HSL | 250.98º | 0.82% | 0.61% | - |
| HSV(B) | 250.98º | 0.69% | 0.93% | - |
| XYZ | 23.26 | 13.76 | 81.55 | - |
| YUV | 100.67 | 204.94 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 237 | 0.57 | 0.69 | 0 | 0.07 | 250.98 | 0.82 | 0.61 |
| Hex | 67 | 49 | ED | 39 | 45 | 0 | 7 | FB | 52 | 3D |
| Octal | 147 | 111 | 355 | 71 | 105 | 0 | 7 | 373 | 122 | 75 |
| Binary | 1100111 | 1001001 | 11101101 | 111001 | 1000101 | 0 | 111 | 11111011 | 1010010 | 111101 |
Color Harmonies of #6749ED
Complementary color
Monochromatic Colors of #6749ED
Black with #6749ED
Text Example
Text Example
White with #6749ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749ED; }
p { color: rgb(103,73,237); }
H1.HeaderClassName
{
color: #6749ED;
}
.AnyTagClassName
{
color: #6749ED;
}
</style>
background-color css
<style>
a { background-color: #6749ED; }
a { background-color: rgb(103,73,237); }
div.DivClassName
{
background-color: #6749ED;
}
.BgClassName
{
background-color: #6749ED;
}
</style>
border-color css
<style>
span { border-color: #6749ED; }
span { border-color: rgb(103,73,237); }
td.TdClassName
{
border-color: #6749ED;
}
.TagClassName
{
border-color: #6749ED;
}
</style>