#674AF1

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

Shades of Neon Blue #674AF1

Tints of Neon Blue #674AF1

Color information

#674AF1 (or 0x674AF1) is unknown color: approx 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

RGB10374241-
CMYK0.570.6900.05
HSL250.42º85.64%61.76%-
HSV(B)250.42º69.29%94.51%-
XYZ23.9214.1384.69-
YUV101.71206.61128.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.64%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=24.64%
G=17.70%
B=57.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal103742410.570.6900.05250.4285.6461.76
Hex674AF1394505fa563e
Octal147112361711050537212676
Binary110011110010101111000111100110001010101111110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>