Html Css Color HEX #674BF2 Neon Blue

📋 copy color: '#674BF2'

red 103 ◦ green 75 ◦ blue 242

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

Shades of Neon Blue #674BF2

Tints of Neon Blue #674BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.62%

R = 24.52%
G = 17.86%
B = 57.62%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#674BF2 (or 0x674BF2) is known color: Neon Blue. HEX triplet: 67, 4B and F2. RGB value is (103,75,242). Sum of RGB (Red+Green+Blue) = 103+75+242=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #674BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BF2 is #98B40D. Grayscale: #656565. Windows color (decimal): -10007566 or 15879015. OLE color: 15879015.

HSL color Cylindrical-coordinate representation of color #674BF2: hue angle of 250.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674BF2 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 75 242 -
CMYK 0.57 0.69 0 0.05
HSL 250.06º 0.87% 0.62% -
HSV(B) 250.06º 0.69% 0.95% -
XYZ 24.14 14.33 85.5 -
YUV 102.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 103 75 242 0.57 0.69 0 0.05 250.06 0.87 0.62
Hex 67 4B F2 39 45 0 5 FA 57 3E
Octal 147 113 362 71 105 0 5 372 127 76
Binary 1100111 1001011 11110010 111001 1000101 0 101 11111010 1010111 111110

Color Harmonies of #674BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BF2

Black with #674BF2

Text Example


Text Example

White with #674BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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