Shades of Neon Blue #673CFD
Tints of Neon Blue #673CFD
RGB
CMYK
RGB Variations
Color information
#673CFD (or 0x673CFD) is known color: Neon Blue. HEX triplet: 67, 3C and FD. RGB value is (103,60,253). Sum of RGB (Red+Green+Blue) = 103+60+253=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #673CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673CFD is #98C302. Grayscale: #5E5E5E. Windows color (decimal): -10011395 or 16596071. OLE color: 16596071.
HSL color Cylindrical-coordinate representation of color #673CFD: hue angle of 253.37º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673CFD is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 60 | 253 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.01 |
| HSL | 253.37º | 0.98% | 0.61% | - |
| HSV(B) | 253.37º | 0.76% | 0.99% | - |
| XYZ | 24.94 | 13.21 | 94.16 | - |
| YUV | 94.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 253 | 0.59 | 0.76 | 0 | 0.01 | 253.37 | 0.98 | 0.61 |
| Hex | 67 | 3C | FD | 3B | 4C | 0 | 1 | FD | 62 | 3D |
| Octal | 147 | 74 | 375 | 73 | 114 | 0 | 1 | 375 | 142 | 75 |
| Binary | 1100111 | 111100 | 11111101 | 111011 | 1001100 | 0 | 1 | 11111101 | 1100010 | 111101 |
Color Harmonies of #673CFD
Complementary color
Monochromatic Colors of #673CFD
Black with #673CFD
Text Example
Text Example
White with #673CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CFD; }
p { color: rgb(103,60,253); }
H1.HeaderClassName
{
color: #673CFD;
}
.AnyTagClassName
{
color: #673CFD;
}
</style>
background-color css
<style>
a { background-color: #673CFD; }
a { background-color: rgb(103,60,253); }
div.DivClassName
{
background-color: #673CFD;
}
.BgClassName
{
background-color: #673CFD;
}
</style>
border-color css
<style>
span { border-color: #673CFD; }
span { border-color: rgb(103,60,253); }
td.TdClassName
{
border-color: #673CFD;
}
.TagClassName
{
border-color: #673CFD;
}
</style>