Shades of Neon Blue #674AF3
Tints of Neon Blue #674AF3
RGB
CMYK
RGB Variations
Color information
#674AF3 (or 0x674AF3) is known color: Neon Blue. HEX triplet: 67, 4A and F3. RGB value is (103,74,243). Sum of RGB (Red+Green+Blue) = 103+74+243=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #674AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AF3 is #98B50C. Grayscale: #656565. Windows color (decimal): -10007821 or 15944295. OLE color: 15944295.
HSL color Cylindrical-coordinate representation of color #674AF3: hue angle of 250.3º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674AF3 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 74 | 243 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.05 |
| HSL | 250.3º | 0.88% | 0.62% | - |
| HSV(B) | 250.3º | 0.7% | 0.95% | - |
| XYZ | 24.22 | 14.25 | 86.27 | - |
| YUV | 101.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 243 | 0.58 | 0.70 | 0 | 0.05 | 250.3 | 0.88 | 0.62 |
| Hex | 67 | 4A | F3 | 3A | 46 | 0 | 5 | FA | 58 | 3E |
| Octal | 147 | 112 | 363 | 72 | 106 | 0 | 5 | 372 | 130 | 76 |
| Binary | 1100111 | 1001010 | 11110011 | 111010 | 1000110 | 0 | 101 | 11111010 | 1011000 | 111110 |
Color Harmonies of #674AF3
Complementary color
Monochromatic Colors of #674AF3
Black with #674AF3
Text Example
Text Example
White with #674AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674AF3; }
p { color: rgb(103,74,243); }
H1.HeaderClassName
{
color: #674AF3;
}
.AnyTagClassName
{
color: #674AF3;
}
</style>
background-color css
<style>
a { background-color: #674AF3; }
a { background-color: rgb(103,74,243); }
div.DivClassName
{
background-color: #674AF3;
}
.BgClassName
{
background-color: #674AF3;
}
</style>
border-color css
<style>
span { border-color: #674AF3; }
span { border-color: rgb(103,74,243); }
td.TdClassName
{
border-color: #674AF3;
}
.TagClassName
{
border-color: #674AF3;
}
</style>