Html Css Color HEX #674EFA Neon Blue

📋 copy color: '#674EFA'

red 103 ◦ green 78 ◦ blue 250

#674EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #674EFA

Tints of Neon Blue #674EFA

RGB

 RED value IS 103 (40.63% from 255) = 23.9%

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 23.9%
G = 18.1%
B = 58%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#674EFA (or 0x674EFA) is known color: 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

RGB 103 78 250 -
CMYK 0.59 0.69 0 0.02
HSL 248.72º 0.95% 0.64% -
HSV(B) 248.72º 0.69% 0.98% -
XYZ 25.57 15.23 92.04 -
YUV 105.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 103 78 250 0.59 0.69 0 0.02 248.72 0.95 0.64
Hex 67 4E FA 3B 45 0 2 F9 5F 40
Octal 147 116 372 73 105 0 2 371 137 100
Binary 1100111 1001110 11111010 111011 1000101 0 10 11111001 1011111 1000000

Color Harmonies of #674EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674EFA

Black with #674EFA

Text Example


Text Example

White with #674EFA

Text Example


Text Example

HTML Codes & Css Web 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>