Shades of Neon Blue #674CF4
Tints of Neon Blue #674CF4
RGB
CMYK
RGB Variations
Color information
#674CF4 (or 0x674CF4) is known color: Neon Blue. HEX triplet: 67, 4C and F4. RGB value is (103,76,244). Sum of RGB (Red+Green+Blue) = 103+76+244=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #674CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CF4 is #98B30B. Grayscale: #666666. Windows color (decimal): -10007308 or 16010343. OLE color: 16010343.
HSL color Cylindrical-coordinate representation of color #674CF4: hue angle of 249.64º degrees, saturation: 0.88, 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 #674CF4 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 76 | 244 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.04 |
| HSL | 249.64º | 0.88% | 0.63% | - |
| HSV(B) | 249.64º | 0.69% | 0.96% | - |
| XYZ | 24.51 | 14.58 | 87.11 | - |
| YUV | 103.23 | 207.45 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 244 | 0.58 | 0.69 | 0 | 0.04 | 249.64 | 0.88 | 0.63 |
| Hex | 67 | 4C | F4 | 3A | 45 | 0 | 4 | FA | 58 | 3F |
| Octal | 147 | 114 | 364 | 72 | 105 | 0 | 4 | 372 | 130 | 77 |
| Binary | 1100111 | 1001100 | 11110100 | 111010 | 1000101 | 0 | 100 | 11111010 | 1011000 | 111111 |
Color Harmonies of #674CF4
Complementary color
Monochromatic Colors of #674CF4
Black with #674CF4
Text Example
Text Example
White with #674CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CF4; }
p { color: rgb(103,76,244); }
H1.HeaderClassName
{
color: #674CF4;
}
.AnyTagClassName
{
color: #674CF4;
}
</style>
background-color css
<style>
a { background-color: #674CF4; }
a { background-color: rgb(103,76,244); }
div.DivClassName
{
background-color: #674CF4;
}
.BgClassName
{
background-color: #674CF4;
}
</style>
border-color css
<style>
span { border-color: #674CF4; }
span { border-color: rgb(103,76,244); }
td.TdClassName
{
border-color: #674CF4;
}
.TagClassName
{
border-color: #674CF4;
}
</style>