Html Css Color HEX #4A3EDE Neon Blue

📋 copy color: '#4A3EDE'

red 74 ◦ green 62 ◦ blue 222

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

Shades of Neon Blue #4A3EDE

Tints of Neon Blue #4A3EDE

RGB

 RED value IS 74 (29.3% from 255) = 20.67%

 GREEN value IS 62 (24.61% from 255) = 17.32%

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 20.67%
G = 17.32%
B = 62.01%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A3EDE (or 0x4A3EDE) is known color: Neon Blue. HEX triplet: 4A, 3E and DE. RGB value is (74,62,222). Sum of RGB (Red+Green+Blue) = 74+62+222=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A3EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3EDE is #B5C121. Grayscale: #535353. Windows color (decimal): -11911458 or 14564938. OLE color: 14564938.

HSL color Cylindrical-coordinate representation of color #4A3EDE: hue angle of 244.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3EDE is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 62 222 -
CMYK 0.67 0.72 0 0.13
HSL 244.5º 0.71% 0.56% -
HSV(B) 244.5º 0.72% 0.87% -
XYZ 17.73 10.18 70.14 -
YUV 83.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 74 62 222 0.67 0.72 0 0.13 244.5 0.71 0.56
Hex 4A 3E DE 43 48 0 D F4 47 38
Octal 112 76 336 103 110 0 15 364 107 70
Binary 1001010 111110 11011110 1000011 1001000 0 1101 11110100 1000111 111000

Color Harmonies of #4A3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3EDE

Black with #4A3EDE

Text Example


Text Example

White with #4A3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3EDE; }

 p { color: rgb(74,62,222); }

 H1.HeaderClassName
 {
   color: #4A3EDE;
 }
 .AnyTagClassName
 {
   color: #4A3EDE;
 }
</style>

background-color css

<style>
 a { background-color: #4A3EDE; }

 a { background-color: rgb(74,62,222); }

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

border-color css

<style>
 span { border-color: #4A3EDE; }

 span { border-color: rgb(74,62,222); }

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