Html Css Color HEX #493CEA Neon Blue

📋 copy color: '#493CEA'

red 73 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #493CEA

Tints of Neon Blue #493CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 19.89%
G = 16.35%
B = 63.76%

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

#493CEA (or 0x493CEA) is known color: Neon Blue. HEX triplet: 49, 3C and EA. RGB value is (73,60,234). Sum of RGB (Red+Green+Blue) = 73+60+234=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #493CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CEA is #B6C315. Grayscale: #535353. Windows color (decimal): -11977494 or 15350857. OLE color: 15350857.

HSL color Cylindrical-coordinate representation of color #493CEA: hue angle of 244.48º degrees, saturation: 0.81, 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 #493CEA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 60 234 -
CMYK 0.69 0.74 0 0.08
HSL 244.48º 0.81% 0.58% -
HSV(B) 244.48º 0.74% 0.92% -
XYZ 19.21 10.59 78.87 -
YUV 83.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 73 60 234 0.69 0.74 0 0.08 244.48 0.81 0.58
Hex 49 3C EA 45 4A 0 8 F4 51 3A
Octal 111 74 352 105 112 0 10 364 121 72
Binary 1001001 111100 11101010 1000101 1001010 0 1000 11110100 1010001 111010

Color Harmonies of #493CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CEA

Black with #493CEA

Text Example


Text Example

White with #493CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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