Shades of Neon Blue #6745EF
Tints of Neon Blue #6745EF
RGB
CMYK
RGB Variations
Color information
#6745EF (or 0x6745EF) is known color: Neon Blue. HEX triplet: 67, 45 and EF. RGB value is (103,69,239). Sum of RGB (Red+Green+Blue) = 103+69+239=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6745EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6745EF is #98BA10. Grayscale: #616161. Windows color (decimal): -10009105 or 15680871. OLE color: 15680871.
HSL color Cylindrical-coordinate representation of color #6745EF: hue angle of 252º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6745EF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 69 | 239 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.06 |
| HSL | 252º | 0.84% | 0.6% | - |
| HSV(B) | 252º | 0.71% | 0.94% | - |
| XYZ | 23.3 | 13.37 | 83.01 | - |
| YUV | 98.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 239 | 0.57 | 0.71 | 0 | 0.06 | 252 | 0.84 | 0.6 |
| Hex | 67 | 45 | EF | 39 | 47 | 0 | 6 | FC | 54 | 3C |
| Octal | 147 | 105 | 357 | 71 | 107 | 0 | 6 | 374 | 124 | 74 |
| Binary | 1100111 | 1000101 | 11101111 | 111001 | 1000111 | 0 | 110 | 11111100 | 1010100 | 111100 |
Color Harmonies of #6745EF
Complementary color
Monochromatic Colors of #6745EF
Black with #6745EF
Text Example
Text Example
White with #6745EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745EF; }
p { color: rgb(103,69,239); }
H1.HeaderClassName
{
color: #6745EF;
}
.AnyTagClassName
{
color: #6745EF;
}
</style>
background-color css
<style>
a { background-color: #6745EF; }
a { background-color: rgb(103,69,239); }
div.DivClassName
{
background-color: #6745EF;
}
.BgClassName
{
background-color: #6745EF;
}
</style>
border-color css
<style>
span { border-color: #6745EF; }
span { border-color: rgb(103,69,239); }
td.TdClassName
{
border-color: #6745EF;
}
.TagClassName
{
border-color: #6745EF;
}
</style>