Html Css Color HEX #674CEF Neon Blue

📋 copy color: '#674CEF'

red 103 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #674CEF

Tints of Neon Blue #674CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 24.64%
G = 18.18%
B = 57.18%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#674CEF (or 0x674CEF) is known color: Neon Blue. HEX triplet: 67, 4C and EF. RGB value is (103,76,239). Sum of RGB (Red+Green+Blue) = 103+76+239=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #674CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CEF is #98B310. Grayscale: #666666. Windows color (decimal): -10007313 or 15682663. OLE color: 15682663.

HSL color Cylindrical-coordinate representation of color #674CEF: hue angle of 249.94º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674CEF is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 76 239 -
CMYK 0.57 0.68 0 0.06
HSL 249.94º 0.84% 0.62% -
HSV(B) 249.94º 0.68% 0.94% -
XYZ 23.76 14.28 83.17 -
YUV 102.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 103 76 239 0.57 0.68 0 0.06 249.94 0.84 0.62
Hex 67 4C EF 39 44 0 6 FA 54 3E
Octal 147 114 357 71 104 0 6 372 124 76
Binary 1100111 1001100 11101111 111001 1000100 0 110 11111010 1010100 111110

Color Harmonies of #674CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CEF

Black with #674CEF

Text Example


Text Example

White with #674CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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