Html Css Color HEX #674AF6 Neon Blue

📋 copy color: '#674AF6'

red 103 ◦ green 74 ◦ blue 246

#674AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #674AF6

Tints of Neon Blue #674AF6

RGB

 RED value IS 103 (40.63% from 255) = 24.35%

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 24.35%
G = 17.49%
B = 58.16%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#674AF6 (or 0x674AF6) is known color: Neon Blue. HEX triplet: 67, 4A and F6. RGB value is (103,74,246). Sum of RGB (Red+Green+Blue) = 103+74+246=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #674AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AF6 is #98B509. Grayscale: #656565. Windows color (decimal): -10007818 or 16140903. OLE color: 16140903.

HSL color Cylindrical-coordinate representation of color #674AF6: hue angle of 250.12º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674AF6 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 74 246 -
CMYK 0.58 0.70 0 0.04
HSL 250.12º 0.91% 0.63% -
HSV(B) 250.12º 0.7% 0.96% -
XYZ 24.68 14.43 88.67 -
YUV 102.28 209.11 128.51 -
System Red Green Blue C M Y K H S L
Decimal 103 74 246 0.58 0.70 0 0.04 250.12 0.91 0.63
Hex 67 4A F6 3A 46 0 4 FA 5B 3F
Octal 147 112 366 72 106 0 4 372 133 77
Binary 1100111 1001010 11110110 111010 1000110 0 100 11111010 1011011 111111

Color Harmonies of #674AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AF6

Black with #674AF6

Text Example


Text Example

White with #674AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674AF6; }

 p { color: rgb(103,74,246); }

 H1.HeaderClassName
 {
   color: #674AF6;
 }
 .AnyTagClassName
 {
   color: #674AF6;
 }
</style>

background-color css

<style>
 a { background-color: #674AF6; }

 a { background-color: rgb(103,74,246); }

 div.DivClassName
 {
   background-color: #674AF6;
 }
 .BgClassName
 {
   background-color: #674AF6;
 }
</style>

border-color css

<style>
 span { border-color: #674AF6; }

 span { border-color: rgb(103,74,246); }

 td.TdClassName
 {
   border-color: #674AF6;
 }
 .TagClassName
 {
   border-color: #674AF6;
 }
</style>