Html Css Color HEX #493BEA Neon Blue

📋 copy color: '#493BEA'

red 73 ◦ green 59 ◦ blue 234

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

Shades of Neon Blue #493BEA

Tints of Neon Blue #493BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.12%

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

R = 19.95%
G = 16.12%
B = 63.93%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#493BEA (or 0x493BEA) is known color: Neon Blue. HEX triplet: 49, 3B and EA. RGB value is (73,59,234). Sum of RGB (Red+Green+Blue) = 73+59+234=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #493BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BEA is #B6C415. Grayscale: #525252. Windows color (decimal): -11977750 or 15350601. OLE color: 15350601.

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

Color convert

RGB 73 59 234 -
CMYK 0.69 0.75 0 0.08
HSL 244.8º 0.81% 0.57% -
HSV(B) 244.8º 0.75% 0.92% -
XYZ 19.16 10.48 78.86 -
YUV 83.14 213.14 120.77 -
System Red Green Blue C M Y K H S L
Decimal 73 59 234 0.69 0.75 0 0.08 244.8 0.81 0.57
Hex 49 3B EA 45 4B 0 8 F5 51 39
Octal 111 73 352 105 113 0 10 365 121 71
Binary 1001001 111011 11101010 1000101 1001011 0 1000 11110101 1010001 111001

Color Harmonies of #493BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BEA

Black with #493BEA

Text Example


Text Example

White with #493BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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