Html Css Color HEX #674CFA Neon Blue

📋 copy color: '#674CFA'

red 103 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #674CFA

Tints of Neon Blue #674CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.72%

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

R = 24.01%
G = 17.72%
B = 58.28%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#674CFA (or 0x674CFA) is known color: Neon Blue. HEX triplet: 67, 4C and FA. RGB value is (103,76,250). Sum of RGB (Red+Green+Blue) = 103+76+250=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #674CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CFA is #98B305. Grayscale: #676767. Windows color (decimal): -10007302 or 16403559. OLE color: 16403559.

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

Color convert

RGB 103 76 250 -
CMYK 0.59 0.70 0 0.02
HSL 249.31º 0.95% 0.64% -
HSV(B) 249.31º 0.7% 0.98% -
XYZ 25.43 14.95 91.99 -
YUV 103.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 103 76 250 0.59 0.70 0 0.02 249.31 0.95 0.64
Hex 67 4C FA 3B 46 0 2 F9 5F 40
Octal 147 114 372 73 106 0 2 371 137 100
Binary 1100111 1001100 11111010 111011 1000110 0 10 11111001 1011111 1000000

Color Harmonies of #674CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CFA

Black with #674CFA

Text Example


Text Example

White with #674CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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