Shades of Neon Blue #674CF6
Tints of Neon Blue #674CF6
RGB
CMYK
RGB Variations
Color information
#674CF6 (or 0x674CF6) is known color: Neon Blue. HEX triplet: 67, 4C and F6. RGB value is (103,76,246). Sum of RGB (Red+Green+Blue) = 103+76+246=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #674CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CF6 is #98B309. Grayscale: #666666. Windows color (decimal): -10007306 or 16141415. OLE color: 16141415.
HSL color Cylindrical-coordinate representation of color #674CF6: hue angle of 249.53º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674CF6 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 76 | 246 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.04 |
| HSL | 249.53º | 0.9% | 0.63% | - |
| HSV(B) | 249.53º | 0.69% | 0.96% | - |
| XYZ | 24.81 | 14.71 | 88.72 | - |
| YUV | 103.45 | 208.45 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 246 | 0.58 | 0.69 | 0 | 0.04 | 249.53 | 0.9 | 0.63 |
| Hex | 67 | 4C | F6 | 3A | 45 | 0 | 4 | FA | 5A | 3F |
| Octal | 147 | 114 | 366 | 72 | 105 | 0 | 4 | 372 | 132 | 77 |
| Binary | 1100111 | 1001100 | 11110110 | 111010 | 1000101 | 0 | 100 | 11111010 | 1011010 | 111111 |
Color Harmonies of #674CF6
Complementary color
Monochromatic Colors of #674CF6
Black with #674CF6
Text Example
Text Example
White with #674CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CF6; }
p { color: rgb(103,76,246); }
H1.HeaderClassName
{
color: #674CF6;
}
.AnyTagClassName
{
color: #674CF6;
}
</style>
background-color css
<style>
a { background-color: #674CF6; }
a { background-color: rgb(103,76,246); }
div.DivClassName
{
background-color: #674CF6;
}
.BgClassName
{
background-color: #674CF6;
}
</style>
border-color css
<style>
span { border-color: #674CF6; }
span { border-color: rgb(103,76,246); }
td.TdClassName
{
border-color: #674CF6;
}
.TagClassName
{
border-color: #674CF6;
}
</style>