Html Css Color HEX #674AFF Neon Blue

📋 copy color: '#674AFF'

red 103 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #674AFF

Tints of Neon Blue #674AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 23.84%
G = 17.13%
B = 59.03%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#674AFF (or 0x674AFF) is known color: Neon Blue. HEX triplet: 67, 4A and FF. RGB value is (103,74,255). Sum of RGB (Red+Green+Blue) = 103+74+255=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #674AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AFF is #98B500. Grayscale: #666666. Windows color (decimal): -10007809 or 16730727. OLE color: 16730727.

HSL color Cylindrical-coordinate representation of color #674AFF: hue angle of 249.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #674AFF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 74 255 -
CMYK 0.60 0.71 0 0
HSL 249.61º 1% 0.65% -
HSV(B) 249.61º 0.71% 1% -
XYZ 26.09 15 96.13 -
YUV 103.31 213.61 127.78 -
System Red Green Blue C M Y K H S L
Decimal 103 74 255 0.60 0.71 0 0 249.61 1 0.65
Hex 67 4A FF 3C 47 0 0 FA 64 41
Octal 147 112 377 74 107 0 0 372 144 101
Binary 1100111 1001010 11111111 111100 1000111 0 0 11111010 1100100 1000001

Color Harmonies of #674AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AFF

Black with #674AFF

Text Example


Text Example

White with #674AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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