Html Css Color HEX #4338E1 Neon Blue

📋 copy color: '#4338E1'

red 67 ◦ green 56 ◦ blue 225

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

Shades of Neon Blue #4338E1

Tints of Neon Blue #4338E1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 225 (88.28% from 255) = 64.66%

R = 19.25%
G = 16.09%
B = 64.66%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4338E1 (or 0x4338E1) is known color: Neon Blue. HEX triplet: 43, 38 and E1. RGB value is (67,56,225). Sum of RGB (Red+Green+Blue) = 67+56+225=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #4338E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4338E1 is #BCC71E. Grayscale: #4D4D4D. Windows color (decimal): -12371743 or 14760003. OLE color: 14760003.

HSL color Cylindrical-coordinate representation of color #4338E1: hue angle of 243.91º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4338E1 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 56 225 -
CMYK 0.70 0.75 0 0.12
HSL 243.91º 0.74% 0.55% -
HSV(B) 243.91º 0.75% 0.88% -
XYZ 17.32 9.46 72.15 -
YUV 78.56 210.64 119.76 -
System Red Green Blue C M Y K H S L
Decimal 67 56 225 0.70 0.75 0 0.12 243.91 0.74 0.55
Hex 43 38 E1 46 4B 0 C F4 4A 37
Octal 103 70 341 106 113 0 14 364 112 67
Binary 1000011 111000 11100001 1000110 1001011 0 1100 11110100 1001010 110111

Color Harmonies of #4338E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4338E1

Black with #4338E1

Text Example


Text Example

White with #4338E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4338E1; }

 p { color: rgb(67,56,225); }

 H1.HeaderClassName
 {
   color: #4338E1;
 }
 .AnyTagClassName
 {
   color: #4338E1;
 }
</style>

background-color css

<style>
 a { background-color: #4338E1; }

 a { background-color: rgb(67,56,225); }

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

border-color css

<style>
 span { border-color: #4338E1; }

 span { border-color: rgb(67,56,225); }

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