#674BF2

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

Shades of Neon Blue #674BF2

Tints of Neon Blue #674BF2

Color information

#674BF2 (or 0x674BF2) is unknown color: approx Neon Blue. HEX triplet: 67, 4B and F2. RGB value is (103,75,242). Sum of RGB (Red+Green+Blue) = 103+75+242=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #674BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BF2 is #98B40D. Grayscale: #656565. Windows color (decimal): -10007566 or 15879015. OLE color: 15879015.

HSL color Cylindrical-coordinate representation of color #674BF2: hue angle of 250.06º degrees, saturation: 0.87, 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 #674BF2 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10375242-
CMYK0.570.6900.05
HSL250.06º86.53%62.16%-
HSV(B)250.06º69.01%94.9%-
XYZ24.1414.3385.5-
YUV102.41206.78128.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.52%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 242 (94.92% from 255) = 57.62%
R=24.52%
G=17.86%
B=57.62%

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
Decimal103752420.570.6900.05250.0686.5362.16
Hex674BF2394505fa573e
Octal147113362711050537212776
Binary110011110010111111001011100110001010101111110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,242); }

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

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

 a { background-color: rgb(103,75,242); }

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

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

 span { border-color: rgb(103,75,242); }

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