#674EFA

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

Shades of Neon Blue #674EFA

Tints of Neon Blue #674EFA

Color information

#674EFA (or 0x674EFA) is unknown color: approx Neon Blue. HEX triplet: 67, 4E and FA. RGB value is (103,78,250). Sum of RGB (Red+Green+Blue) = 103+78+250=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #674EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674EFA is #98B105. Grayscale: #686868. Windows color (decimal): -10006790 or 16404071. OLE color: 16404071.

HSL color Cylindrical-coordinate representation of color #674EFA: hue angle of 248.72º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674EFA is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10378250-
CMYK0.590.6900.02
HSL248.72º94.51%64.31%-
HSV(B)248.72º68.8%98.04%-
XYZ25.5715.2392.04-
YUV105.08209.78126.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.90%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 250 (98.05% from 255) = 58.00%
R=23.90%
G=18.10%
B=58.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal103782500.590.6900.02248.7294.5164.31
Hex674EFA3B4502f95f40
Octal1471163727310502371137100
Binary110011110011101111101011101110001010101111100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,250); }

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

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

 a { background-color: rgb(103,78,250); }

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

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

 span { border-color: rgb(103,78,250); }

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