Shades of Neon Blue #673CFC
Tints of Neon Blue #673CFC
RGB
CMYK
RGB Variations
Color information
#673CFC (or 0x673CFC) is known color: Neon Blue. HEX triplet: 67, 3C and FC. RGB value is (103,60,252). Sum of RGB (Red+Green+Blue) = 103+60+252=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #673CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #673CFC is #98C303. Grayscale: #5E5E5E. Windows color (decimal): -10011396 or 16530535. OLE color: 16530535.
HSL color Cylindrical-coordinate representation of color #673CFC: hue angle of 253.44º degrees, saturation: 0.97, 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 #673CFC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 60 | 252 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.01 |
| HSL | 253.44º | 0.97% | 0.61% | - |
| HSV(B) | 253.44º | 0.76% | 0.99% | - |
| XYZ | 24.78 | 13.14 | 93.33 | - |
| YUV | 94.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 252 | 0.59 | 0.76 | 0 | 0.01 | 253.44 | 0.97 | 0.61 |
| Hex | 67 | 3C | FC | 3B | 4C | 0 | 1 | FD | 61 | 3D |
| Octal | 147 | 74 | 374 | 73 | 114 | 0 | 1 | 375 | 141 | 75 |
| Binary | 1100111 | 111100 | 11111100 | 111011 | 1001100 | 0 | 1 | 11111101 | 1100001 | 111101 |
Color Harmonies of #673CFC
Complementary color
Monochromatic Colors of #673CFC
Black with #673CFC
Text Example
Text Example
White with #673CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CFC; }
p { color: rgb(103,60,252); }
H1.HeaderClassName
{
color: #673CFC;
}
.AnyTagClassName
{
color: #673CFC;
}
</style>
background-color css
<style>
a { background-color: #673CFC; }
a { background-color: rgb(103,60,252); }
div.DivClassName
{
background-color: #673CFC;
}
.BgClassName
{
background-color: #673CFC;
}
</style>
border-color css
<style>
span { border-color: #673CFC; }
span { border-color: rgb(103,60,252); }
td.TdClassName
{
border-color: #673CFC;
}
.TagClassName
{
border-color: #673CFC;
}
</style>