Html Css Color HEX #493EEA Neon Blue

📋 copy color: '#493EEA'

red 73 ◦ green 62 ◦ blue 234

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

Shades of Neon Blue #493EEA

Tints of Neon Blue #493EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 19.78%
G = 16.8%
B = 63.41%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#493EEA (or 0x493EEA) is known color: Neon Blue. HEX triplet: 49, 3E and EA. RGB value is (73,62,234). Sum of RGB (Red+Green+Blue) = 73+62+234=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #493EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EEA is #B6C115. Grayscale: #545454. Windows color (decimal): -11976982 or 15351369. OLE color: 15351369.

HSL color Cylindrical-coordinate representation of color #493EEA: hue angle of 243.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493EEA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 62 234 -
CMYK 0.69 0.74 0 0.08
HSL 243.84º 0.8% 0.58% -
HSV(B) 243.84º 0.74% 0.92% -
XYZ 19.32 10.8 78.91 -
YUV 84.9 212.14 119.51 -
System Red Green Blue C M Y K H S L
Decimal 73 62 234 0.69 0.74 0 0.08 243.84 0.8 0.58
Hex 49 3E EA 45 4A 0 8 F4 50 3A
Octal 111 76 352 105 112 0 10 364 120 72
Binary 1001001 111110 11101010 1000101 1001010 0 1000 11110100 1010000 111010

Color Harmonies of #493EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EEA

Black with #493EEA

Text Example


Text Example

White with #493EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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