Html Css Color HEX #674AF1 Neon Blue

📋 copy color: '#674AF1'

red 103 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #674AF1

Tints of Neon Blue #674AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 24.64%
G = 17.7%
B = 57.66%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#674AF1 (or 0x674AF1) is known color: Neon Blue. HEX triplet: 67, 4A and F1. RGB value is (103,74,241). Sum of RGB (Red+Green+Blue) = 103+74+241=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #674AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AF1 is #98B50E. Grayscale: #656565. Windows color (decimal): -10007823 or 15813223. OLE color: 15813223.

HSL color Cylindrical-coordinate representation of color #674AF1: hue angle of 250.42º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674AF1 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 74 241 -
CMYK 0.57 0.69 0 0.05
HSL 250.42º 0.86% 0.62% -
HSV(B) 250.42º 0.69% 0.95% -
XYZ 23.92 14.13 84.69 -
YUV 101.71 206.61 128.92 -
System Red Green Blue C M Y K H S L
Decimal 103 74 241 0.57 0.69 0 0.05 250.42 0.86 0.62
Hex 67 4A F1 39 45 0 5 FA 56 3E
Octal 147 112 361 71 105 0 5 372 126 76
Binary 1100111 1001010 11110001 111001 1000101 0 101 11111010 1010110 111110

Color Harmonies of #674AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AF1

Black with #674AF1

Text Example


Text Example

White with #674AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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