Html Css Color HEX #674DF6 Neon Blue

📋 copy color: '#674DF6'

red 103 ◦ green 77 ◦ blue 246

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

Shades of Neon Blue #674DF6

Tints of Neon Blue #674DF6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

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

R = 24.18%
G = 18.08%
B = 57.75%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#674DF6 (or 0x674DF6) is known color: Neon Blue. HEX triplet: 67, 4D and F6. RGB value is (103,77,246). Sum of RGB (Red+Green+Blue) = 103+77+246=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #674DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DF6 is #98B209. Grayscale: #676767. Windows color (decimal): -10007050 or 16141671. OLE color: 16141671.

HSL color Cylindrical-coordinate representation of color #674DF6: hue angle of 249.23º 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 #674DF6 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 77 246 -
CMYK 0.58 0.69 0 0.04
HSL 249.23º 0.9% 0.63% -
HSV(B) 249.23º 0.69% 0.96% -
XYZ 24.88 14.85 88.74 -
YUV 104.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 103 77 246 0.58 0.69 0 0.04 249.23 0.9 0.63
Hex 67 4D F6 3A 45 0 4 F9 5A 3F
Octal 147 115 366 72 105 0 4 371 132 77
Binary 1100111 1001101 11110110 111010 1000101 0 100 11111001 1011010 111111

Color Harmonies of #674DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DF6

Black with #674DF6

Text Example


Text Example

White with #674DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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