Shades of Neon Blue #673DF6
Tints of Neon Blue #673DF6
RGB
CMYK
RGB Variations
Color information
#673DF6 (or 0x673DF6) is known color: Neon Blue. HEX triplet: 67, 3D and F6. RGB value is (103,61,246). Sum of RGB (Red+Green+Blue) = 103+61+246=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #673DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673DF6 is #98C209. Grayscale: #5D5D5D. Windows color (decimal): -10011146 or 16137575. OLE color: 16137575.
HSL color Cylindrical-coordinate representation of color #673DF6: hue angle of 253.62º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #673DF6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 61 | 246 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.04 |
| HSL | 253.62º | 0.91% | 0.6% | - |
| HSV(B) | 253.62º | 0.75% | 0.96% | - |
| XYZ | 23.9 | 12.87 | 88.41 | - |
| YUV | 94.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 246 | 0.58 | 0.75 | 0 | 0.04 | 253.62 | 0.91 | 0.6 |
| Hex | 67 | 3D | F6 | 3A | 4B | 0 | 4 | FE | 5B | 3C |
| Octal | 147 | 75 | 366 | 72 | 113 | 0 | 4 | 376 | 133 | 74 |
| Binary | 1100111 | 111101 | 11110110 | 111010 | 1001011 | 0 | 100 | 11111110 | 1011011 | 111100 |
Color Harmonies of #673DF6
Complementary color
Monochromatic Colors of #673DF6
Black with #673DF6
Text Example
Text Example
White with #673DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DF6; }
p { color: rgb(103,61,246); }
H1.HeaderClassName
{
color: #673DF6;
}
.AnyTagClassName
{
color: #673DF6;
}
</style>
background-color css
<style>
a { background-color: #673DF6; }
a { background-color: rgb(103,61,246); }
div.DivClassName
{
background-color: #673DF6;
}
.BgClassName
{
background-color: #673DF6;
}
</style>
border-color css
<style>
span { border-color: #673DF6; }
span { border-color: rgb(103,61,246); }
td.TdClassName
{
border-color: #673DF6;
}
.TagClassName
{
border-color: #673DF6;
}
</style>