Html Css Color HEX #674BFA Neon Blue

📋 copy color: '#674BFA'

red 103 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #674BFA

Tints of Neon Blue #674BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

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

R = 24.07%
G = 17.52%
B = 58.41%

CMYK

 C value IS 0.59

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#674BFA (or 0x674BFA) is known color: Neon Blue. HEX triplet: 67, 4B and FA. RGB value is (103,75,250). Sum of RGB (Red+Green+Blue) = 103+75+250=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #674BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BFA is #98B405. Grayscale: #666666. Windows color (decimal): -10007558 or 16403303. OLE color: 16403303.

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

Color convert

RGB 103 75 250 -
CMYK 0.59 0.7 0 0.02
HSL 249.6º 0.95% 0.64% -
HSV(B) 249.6º 0.7% 0.98% -
XYZ 25.36 14.82 91.97 -
YUV 103.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 103 75 250 0.59 0.7 0 0.02 249.6 0.95 0.64
Hex 67 4B FA 3B 46 0 2 FA 5F 40
Octal 147 113 372 73 106 0 2 372 137 100
Binary 1100111 1001011 11111010 111011 1000110 0 10 11111010 1011111 1000000

Color Harmonies of #674BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BFA

Black with #674BFA

Text Example


Text Example

White with #674BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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