#674BEE

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

Shades of Neon Blue #674BEE

Tints of Neon Blue #674BEE

Color information

#674BEE (or 0x674BEE) is unknown color: approx Neon Blue. HEX triplet: 67, 4B and EE. RGB value is (103,75,238). Sum of RGB (Red+Green+Blue) = 103+75+238=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #674BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BEE is #98B411. Grayscale: #656565. Windows color (decimal): -10007570 or 15616871. OLE color: 15616871.

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

Color convert

RGB10375238-
CMYK0.570.6800.07
HSL250.31º82.74%61.37%-
HSV(B)250.31º68.49%93.33%-
XYZ23.5414.0982.37-
YUV101.95204.78128.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.76%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=24.76%
G=18.03%
B=57.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal103752380.570.6800.07250.3182.7461.37
Hex674BEE394407fa533d
Octal147113356711040737212375
Binary110011110010111110111011100110001000111111110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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