#674AED

Color #674AED Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #674AED

Tints of Neon Blue #674AED

Color information

#674AED (or 0x674AED) is unknown color: approx Neon Blue. HEX triplet: 67, 4A and ED. RGB value is (103,74,237). Sum of RGB (Red+Green+Blue) = 103+74+237=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #674AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AED is #98B512. Grayscale: #646464. Windows color (decimal): -10007827 or 15551079. OLE color: 15551079.

HSL color Cylindrical-coordinate representation of color #674AED: hue angle of 250.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674AED is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10374237-
CMYK0.570.6900.07
HSL250.67º81.91%60.98%-
HSV(B)250.67º68.78%92.94%-
XYZ23.3313.981.57-
YUV101.25204.61129.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 237 (92.97% from 255) = 57.25%
R=24.88%
G=17.87%
B=57.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal103742370.570.6900.07250.6781.9160.98
Hex674AED394507fb523d
Octal147112355711050737312275
Binary110011110010101110110111100110001010111111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #674AED;
 }
 .AnyTagClassName
 {
   color: #674AED;
 }
</style>
background-color css

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

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

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

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

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

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