#674CF1

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

Shades of Neon Blue #674CF1

Tints of Neon Blue #674CF1

Color information

#674CF1 (or 0x674CF1) is unknown color: approx Neon Blue. HEX triplet: 67, 4C and F1. RGB value is (103,76,241). Sum of RGB (Red+Green+Blue) = 103+76+241=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #674CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CF1 is #98B30E. Grayscale: #666666. Windows color (decimal): -10007311 or 15813735. OLE color: 15813735.

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

Color convert

RGB10376241-
CMYK0.570.6800.05
HSL249.82º85.49%62.16%-
HSV(B)249.82º68.46%94.51%-
XYZ24.0614.484.73-
YUV102.88205.95128.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.52%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 241 (94.53% from 255) = 57.38%
R=24.52%
G=18.10%
B=57.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal103762410.570.6800.05249.8285.4962.16
Hex674CF1394405fa553e
Octal147114361711040537212576
Binary110011110011001111000111100110001000101111110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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