Html Css Color HEX #674CF5 Neon Blue

📋 copy color: '#674CF5'

red 103 ◦ green 76 ◦ blue 245

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

Shades of Neon Blue #674CF5

Tints of Neon Blue #674CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.78%

R = 24.29%
G = 17.92%
B = 57.78%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#674CF5 (or 0x674CF5) is known color: Neon Blue. HEX triplet: 67, 4C and F5. RGB value is (103,76,245). Sum of RGB (Red+Green+Blue) = 103+76+245=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #674CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CF5 is #98B30A. Grayscale: #666666. Windows color (decimal): -10007307 or 16075879. OLE color: 16075879.

HSL color Cylindrical-coordinate representation of color #674CF5: hue angle of 249.59º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674CF5 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 76 245 -
CMYK 0.58 0.69 0 0.04
HSL 249.59º 0.89% 0.63% -
HSV(B) 249.59º 0.69% 0.96% -
XYZ 24.66 14.65 87.91 -
YUV 103.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 103 76 245 0.58 0.69 0 0.04 249.59 0.89 0.63
Hex 67 4C F5 3A 45 0 4 FA 59 3F
Octal 147 114 365 72 105 0 4 372 131 77
Binary 1100111 1001100 11110101 111010 1000101 0 100 11111010 1011001 111111

Color Harmonies of #674CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CF5

Black with #674CF5

Text Example


Text Example

White with #674CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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