Shades of Neon Blue #6745ED
Tints of Neon Blue #6745ED
RGB
CMYK
RGB Variations
Color information
#6745ED (or 0x6745ED) is known color: Neon Blue. HEX triplet: 67, 45 and ED. RGB value is (103,69,237). Sum of RGB (Red+Green+Blue) = 103+69+237=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 69 (27.34% from 255 or 16.87% 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 #6745ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6745ED is #98BA12. Grayscale: #616161. Windows color (decimal): -10009107 or 15549799. OLE color: 15549799.
HSL color Cylindrical-coordinate representation of color #6745ED: hue angle of 252.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6745ED is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 69 | 237 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.07 |
| HSL | 252.14º | 0.82% | 0.6% | - |
| HSV(B) | 252.14º | 0.71% | 0.93% | - |
| XYZ | 23.01 | 13.25 | 81.47 | - |
| YUV | 98.32 | 206.26 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 237 | 0.57 | 0.71 | 0 | 0.07 | 252.14 | 0.82 | 0.6 |
| Hex | 67 | 45 | ED | 39 | 47 | 0 | 7 | FC | 52 | 3C |
| Octal | 147 | 105 | 355 | 71 | 107 | 0 | 7 | 374 | 122 | 74 |
| Binary | 1100111 | 1000101 | 11101101 | 111001 | 1000111 | 0 | 111 | 11111100 | 1010010 | 111100 |
Color Harmonies of #6745ED
Complementary color
Monochromatic Colors of #6745ED
Black with #6745ED
Text Example
Text Example
White with #6745ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745ED; }
p { color: rgb(103,69,237); }
H1.HeaderClassName
{
color: #6745ED;
}
.AnyTagClassName
{
color: #6745ED;
}
</style>
background-color css
<style>
a { background-color: #6745ED; }
a { background-color: rgb(103,69,237); }
div.DivClassName
{
background-color: #6745ED;
}
.BgClassName
{
background-color: #6745ED;
}
</style>
border-color css
<style>
span { border-color: #6745ED; }
span { border-color: rgb(103,69,237); }
td.TdClassName
{
border-color: #6745ED;
}
.TagClassName
{
border-color: #6745ED;
}
</style>