Shades of Neon Blue #674FF2
Tints of Neon Blue #674FF2
RGB
CMYK
RGB Variations
Color information
#674FF2 (or 0x674FF2) is known color: Neon Blue. HEX triplet: 67, 4F and F2. RGB value is (103,79,242). Sum of RGB (Red+Green+Blue) = 103+79+242=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #674FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674FF2 is #98B00D. Grayscale: #686868. Windows color (decimal): -10006542 or 15880039. OLE color: 15880039.
HSL color Cylindrical-coordinate representation of color #674FF2: hue angle of 248.83º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674FF2 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 79 | 242 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.05 |
| HSL | 248.83º | 0.86% | 0.63% | - |
| HSV(B) | 248.83º | 0.67% | 0.95% | - |
| XYZ | 24.42 | 14.89 | 85.59 | - |
| YUV | 104.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 242 | 0.57 | 0.67 | 0 | 0.05 | 248.83 | 0.86 | 0.63 |
| Hex | 67 | 4F | F2 | 39 | 43 | 0 | 5 | F9 | 56 | 3F |
| Octal | 147 | 117 | 362 | 71 | 103 | 0 | 5 | 371 | 126 | 77 |
| Binary | 1100111 | 1001111 | 11110010 | 111001 | 1000011 | 0 | 101 | 11111001 | 1010110 | 111111 |
Color Harmonies of #674FF2
Complementary color
Monochromatic Colors of #674FF2
Black with #674FF2
Text Example
Text Example
White with #674FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FF2; }
p { color: rgb(103,79,242); }
H1.HeaderClassName
{
color: #674FF2;
}
.AnyTagClassName
{
color: #674FF2;
}
</style>
background-color css
<style>
a { background-color: #674FF2; }
a { background-color: rgb(103,79,242); }
div.DivClassName
{
background-color: #674FF2;
}
.BgClassName
{
background-color: #674FF2;
}
</style>
border-color css
<style>
span { border-color: #674FF2; }
span { border-color: rgb(103,79,242); }
td.TdClassName
{
border-color: #674FF2;
}
.TagClassName
{
border-color: #674FF2;
}
</style>