Html Css Color HEX #674DF7 Neon Blue

📋 copy color: '#674DF7'

red 103 ◦ green 77 ◦ blue 247

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

Shades of Neon Blue #674DF7

Tints of Neon Blue #674DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.85%

R = 24.12%
G = 18.03%
B = 57.85%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#674DF7 (or 0x674DF7) is known color: Neon Blue. HEX triplet: 67, 4D and F7. RGB value is (103,77,247). Sum of RGB (Red+Green+Blue) = 103+77+247=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #674DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DF7 is #98B208. Grayscale: #676767. Windows color (decimal): -10007049 or 16207207. OLE color: 16207207.

HSL color Cylindrical-coordinate representation of color #674DF7: hue angle of 249.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674DF7 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 103 77 247 -
CMYK 0.58 0.69 0 0.03
HSL 249.18º 0.91% 0.64% -
HSV(B) 249.18º 0.69% 0.97% -
XYZ 25.04 14.91 89.55 -
YUV 104.15 208.61 127.18 -
System Red Green Blue C M Y K H S L
Decimal 103 77 247 0.58 0.69 0 0.03 249.18 0.91 0.64
Hex 67 4D F7 3A 45 0 3 F9 5B 40
Octal 147 115 367 72 105 0 3 371 133 100
Binary 1100111 1001101 11110111 111010 1000101 0 11 11111001 1011011 1000000

Color Harmonies of #674DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DF7

Black with #674DF7

Text Example


Text Example

White with #674DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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