Html Css Color HEX #674DFA Neon Blue

📋 copy color: '#674DFA'

red 103 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #674DFA

Tints of Neon Blue #674DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 23.95%
G = 17.91%
B = 58.14%

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

#674DFA (or 0x674DFA) is known color: Neon Blue. HEX triplet: 67, 4D and FA. RGB value is (103,77,250). Sum of RGB (Red+Green+Blue) = 103+77+250=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #674DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DFA is #98B205. Grayscale: #676767. Windows color (decimal): -10007046 or 16403815. OLE color: 16403815.

HSL color Cylindrical-coordinate representation of color #674DFA: hue angle of 249.02º 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 #674DFA is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 77 250 -
CMYK 0.59 0.69 0 0.02
HSL 249.02º 0.95% 0.64% -
HSV(B) 249.02º 0.69% 0.98% -
XYZ 25.5 15.09 92.01 -
YUV 104.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 103 77 250 0.59 0.69 0 0.02 249.02 0.95 0.64
Hex 67 4D FA 3B 45 0 2 F9 5F 40
Octal 147 115 372 73 105 0 2 371 137 100
Binary 1100111 1001101 11111010 111011 1000101 0 10 11111001 1011111 1000000

Color Harmonies of #674DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DFA

Black with #674DFA

Text Example


Text Example

White with #674DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #674DFA;
 }
 .AnyTagClassName
 {
   color: #674DFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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