Html Css Color HEX #4333E1 Neon Blue

📋 copy color: '#4333E1'

red 67 ◦ green 51 ◦ blue 225

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

Shades of Neon Blue #4333E1

Tints of Neon Blue #4333E1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 19.53%
G = 14.87%
B = 65.6%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4333E1 (or 0x4333E1) is known color: Neon Blue. HEX triplet: 43, 33 and E1. RGB value is (67,51,225). Sum of RGB (Red+Green+Blue) = 67+51+225=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #4333E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4333E1 is #BCCC1E. Grayscale: #4A4A4A. Windows color (decimal): -12373023 or 14758723. OLE color: 14758723.

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

Color convert

RGB 67 51 225 -
CMYK 0.70 0.77 0 0.12
HSL 245.52º 0.74% 0.54% -
HSV(B) 245.52º 0.77% 0.88% -
XYZ 17.09 9 72.07 -
YUV 75.62 212.3 121.85 -
System Red Green Blue C M Y K H S L
Decimal 67 51 225 0.70 0.77 0 0.12 245.52 0.74 0.54
Hex 43 33 E1 46 4D 0 C F6 4A 36
Octal 103 63 341 106 115 0 14 366 112 66
Binary 1000011 110011 11100001 1000110 1001101 0 1100 11110110 1001010 110110

Color Harmonies of #4333E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4333E1

Black with #4333E1

Text Example


Text Example

White with #4333E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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