Shades of Neon Blue #673DFA
Tints of Neon Blue #673DFA
RGB
CMYK
RGB Variations
Color information
#673DFA (or 0x673DFA) is known color: Neon Blue. HEX triplet: 67, 3D and FA. RGB value is (103,61,250). Sum of RGB (Red+Green+Blue) = 103+61+250=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #673DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673DFA is #98C205. Grayscale: #5E5E5E. Windows color (decimal): -10011142 or 16399719. OLE color: 16399719.
HSL color Cylindrical-coordinate representation of color #673DFA: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673DFA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 61 | 250 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.02 |
| HSL | 253.33º | 0.95% | 0.61% | - |
| HSV(B) | 253.33º | 0.76% | 0.98% | - |
| XYZ | 24.52 | 13.12 | 91.68 | - |
| YUV | 95.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 250 | 0.59 | 0.76 | 0 | 0.02 | 253.33 | 0.95 | 0.61 |
| Hex | 67 | 3D | FA | 3B | 4C | 0 | 2 | FD | 5F | 3D |
| Octal | 147 | 75 | 372 | 73 | 114 | 0 | 2 | 375 | 137 | 75 |
| Binary | 1100111 | 111101 | 11111010 | 111011 | 1001100 | 0 | 10 | 11111101 | 1011111 | 111101 |
Color Harmonies of #673DFA
Complementary color
Monochromatic Colors of #673DFA
Black with #673DFA
Text Example
Text Example
White with #673DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DFA; }
p { color: rgb(103,61,250); }
H1.HeaderClassName
{
color: #673DFA;
}
.AnyTagClassName
{
color: #673DFA;
}
</style>
background-color css
<style>
a { background-color: #673DFA; }
a { background-color: rgb(103,61,250); }
div.DivClassName
{
background-color: #673DFA;
}
.BgClassName
{
background-color: #673DFA;
}
</style>
border-color css
<style>
span { border-color: #673DFA; }
span { border-color: rgb(103,61,250); }
td.TdClassName
{
border-color: #673DFA;
}
.TagClassName
{
border-color: #673DFA;
}
</style>