Shades of Neon Blue #673DFF
Tints of Neon Blue #673DFF
RGB
CMYK
RGB Variations
Color information
#673DFF (or 0x673DFF) is known color: Neon Blue. HEX triplet: 67, 3D and FF. RGB value is (103,61,255). Sum of RGB (Red+Green+Blue) = 103+61+255=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #673DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673DFF is #98C200. Grayscale: #5E5E5E. Windows color (decimal): -10011137 or 16727399. OLE color: 16727399.
HSL color Cylindrical-coordinate representation of color #673DFF: hue angle of 252.99º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673DFF is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 61 | 255 | - |
| CMYK | 0.60 | 0.76 | 0 | 0 |
| HSL | 252.99º | 1% | 0.62% | - |
| HSV(B) | 252.99º | 0.76% | 1% | - |
| XYZ | 25.31 | 13.44 | 95.87 | - |
| YUV | 95.67 | 217.91 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 255 | 0.60 | 0.76 | 0 | 0 | 252.99 | 1 | 0.62 |
| Hex | 67 | 3D | FF | 3C | 4C | 0 | 0 | FD | 64 | 3E |
| Octal | 147 | 75 | 377 | 74 | 114 | 0 | 0 | 375 | 144 | 76 |
| Binary | 1100111 | 111101 | 11111111 | 111100 | 1001100 | 0 | 0 | 11111101 | 1100100 | 111110 |
Color Harmonies of #673DFF
Complementary color
Monochromatic Colors of #673DFF
Black with #673DFF
Text Example
Text Example
White with #673DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DFF; }
p { color: rgb(103,61,255); }
H1.HeaderClassName
{
color: #673DFF;
}
.AnyTagClassName
{
color: #673DFF;
}
</style>
background-color css
<style>
a { background-color: #673DFF; }
a { background-color: rgb(103,61,255); }
div.DivClassName
{
background-color: #673DFF;
}
.BgClassName
{
background-color: #673DFF;
}
</style>
border-color css
<style>
span { border-color: #673DFF; }
span { border-color: rgb(103,61,255); }
td.TdClassName
{
border-color: #673DFF;
}
.TagClassName
{
border-color: #673DFF;
}
</style>