Shades of Neon Blue #673CEC
Tints of Neon Blue #673CEC
RGB
CMYK
RGB Variations
Color information
#673CEC (or 0x673CEC) is known color: Neon Blue. HEX triplet: 67, 3C and EC. RGB value is (103,60,236). Sum of RGB (Red+Green+Blue) = 103+60+236=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #673CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673CEC is #98C313. Grayscale: #5C5C5C. Windows color (decimal): -10011412 or 15481959. OLE color: 15481959.
HSL color Cylindrical-coordinate representation of color #673CEC: hue angle of 254.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #673CEC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 60 | 236 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.07 |
| HSL | 254.66º | 0.82% | 0.58% | - |
| HSV(B) | 254.66º | 0.75% | 0.93% | - |
| XYZ | 22.35 | 12.17 | 80.53 | - |
| YUV | 92.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 236 | 0.56 | 0.75 | 0 | 0.07 | 254.66 | 0.82 | 0.58 |
| Hex | 67 | 3C | EC | 38 | 4B | 0 | 7 | FF | 52 | 3A |
| Octal | 147 | 74 | 354 | 70 | 113 | 0 | 7 | 377 | 122 | 72 |
| Binary | 1100111 | 111100 | 11101100 | 111000 | 1001011 | 0 | 111 | 11111111 | 1010010 | 111010 |
Color Harmonies of #673CEC
Complementary color
Monochromatic Colors of #673CEC
Black with #673CEC
Text Example
Text Example
White with #673CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CEC; }
p { color: rgb(103,60,236); }
H1.HeaderClassName
{
color: #673CEC;
}
.AnyTagClassName
{
color: #673CEC;
}
</style>
background-color css
<style>
a { background-color: #673CEC; }
a { background-color: rgb(103,60,236); }
div.DivClassName
{
background-color: #673CEC;
}
.BgClassName
{
background-color: #673CEC;
}
</style>
border-color css
<style>
span { border-color: #673CEC; }
span { border-color: rgb(103,60,236); }
td.TdClassName
{
border-color: #673CEC;
}
.TagClassName
{
border-color: #673CEC;
}
</style>