Shades of Neon Blue #673DEC
Tints of Neon Blue #673DEC
RGB
CMYK
RGB Variations
Color information
#673DEC (or 0x673DEC) is known color: Neon Blue. HEX triplet: 67, 3D and EC. RGB value is (103,61,236). Sum of RGB (Red+Green+Blue) = 103+61+236=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #673DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673DEC is #98C213. Grayscale: #5C5C5C. Windows color (decimal): -10011156 or 15482215. OLE color: 15482215.
HSL color Cylindrical-coordinate representation of color #673DEC: hue angle of 254.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673DEC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 61 | 236 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.07 |
| HSL | 254.4º | 0.82% | 0.58% | - |
| HSV(B) | 254.4º | 0.74% | 0.93% | - |
| XYZ | 22.4 | 12.28 | 80.55 | - |
| YUV | 93.51 | 208.41 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 236 | 0.56 | 0.74 | 0 | 0.07 | 254.4 | 0.82 | 0.58 |
| Hex | 67 | 3D | EC | 38 | 4A | 0 | 7 | FE | 52 | 3A |
| Octal | 147 | 75 | 354 | 70 | 112 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1100111 | 111101 | 11101100 | 111000 | 1001010 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #673DEC
Complementary color
Monochromatic Colors of #673DEC
Black with #673DEC
Text Example
Text Example
White with #673DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DEC; }
p { color: rgb(103,61,236); }
H1.HeaderClassName
{
color: #673DEC;
}
.AnyTagClassName
{
color: #673DEC;
}
</style>
background-color css
<style>
a { background-color: #673DEC; }
a { background-color: rgb(103,61,236); }
div.DivClassName
{
background-color: #673DEC;
}
.BgClassName
{
background-color: #673DEC;
}
</style>
border-color css
<style>
span { border-color: #673DEC; }
span { border-color: rgb(103,61,236); }
td.TdClassName
{
border-color: #673DEC;
}
.TagClassName
{
border-color: #673DEC;
}
</style>