Html Css Color HEX #493EDE Neon Blue

📋 copy color: '#493EDE'

red 73 ◦ green 62 ◦ blue 222

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

Shades of Neon Blue #493EDE

Tints of Neon Blue #493EDE

RGB

 RED value IS 73 (28.91% from 255) = 20.45%

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

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

R = 20.45%
G = 17.37%
B = 62.18%

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

#493EDE (or 0x493EDE) is known color: Neon Blue. HEX triplet: 49, 3E and DE. RGB value is (73,62,222). Sum of RGB (Red+Green+Blue) = 73+62+222=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #493EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EDE is #B6C121. Grayscale: #525252. Windows color (decimal): -11976994 or 14564937. OLE color: 14564937.

HSL color Cylindrical-coordinate representation of color #493EDE: hue angle of 244.12º 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 #493EDE is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 62 222 -
CMYK 0.67 0.72 0 0.13
HSL 244.13º 0.71% 0.56% -
HSV(B) 244.13º 0.72% 0.87% -
XYZ 17.66 10.14 70.13 -
YUV 83.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 73 62 222 0.67 0.72 0 0.13 244.13 0.71 0.56
Hex 49 3E DE 43 48 0 D F4 47 38
Octal 111 76 336 103 110 0 15 364 107 70
Binary 1001001 111110 11011110 1000011 1001000 0 1101 11110100 1000111 111000

Color Harmonies of #493EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EDE

Black with #493EDE

Text Example


Text Example

White with #493EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493EDE; }

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

 H1.HeaderClassName
 {
   color: #493EDE;
 }
 .AnyTagClassName
 {
   color: #493EDE;
 }
</style>

background-color css

<style>
 a { background-color: #493EDE; }

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

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

border-color css

<style>
 span { border-color: #493EDE; }

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

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