Html Css Color HEX #4341EF Neon Blue

📋 copy color: '#4341EF'

red 67 ◦ green 65 ◦ blue 239

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

Shades of Neon Blue #4341EF

Tints of Neon Blue #4341EF

RGB

 RED value IS 67 (26.56% from 255) = 18.06%

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 18.06%
G = 17.52%
B = 64.42%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4341EF (or 0x4341EF) is known color: Neon Blue. HEX triplet: 43, 41 and EF. RGB value is (67,65,239). Sum of RGB (Red+Green+Blue) = 67+65+239=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #4341EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4341EF is #BCBE10. Grayscale: #545454. Windows color (decimal): -12369425 or 15679811. OLE color: 15679811.

HSL color Cylindrical-coordinate representation of color #4341EF: hue angle of 240.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4341EF is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 67 65 239 -
CMYK 0.72 0.73 0 0.06
HSL 240.69º 0.84% 0.6% -
HSV(B) 240.69º 0.73% 0.94% -
XYZ 19.79 11.21 82.78 -
YUV 85.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 67 65 239 0.72 0.73 0 0.06 240.69 0.84 0.6
Hex 43 41 EF 48 49 0 6 F1 54 3C
Octal 103 101 357 110 111 0 6 361 124 74
Binary 1000011 1000001 11101111 1001000 1001001 0 110 11110001 1010100 111100

Color Harmonies of #4341EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4341EF

Black with #4341EF

Text Example


Text Example

White with #4341EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4341EF; }

 p { color: rgb(67,65,239); }

 H1.HeaderClassName
 {
   color: #4341EF;
 }
 .AnyTagClassName
 {
   color: #4341EF;
 }
</style>

background-color css

<style>
 a { background-color: #4341EF; }

 a { background-color: rgb(67,65,239); }

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

border-color css

<style>
 span { border-color: #4341EF; }

 span { border-color: rgb(67,65,239); }

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