Html Css Color HEX #493AEC Neon Blue

📋 copy color: '#493AEC'

red 73 ◦ green 58 ◦ blue 236

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

Shades of Neon Blue #493AEC

Tints of Neon Blue #493AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 19.89%
G = 15.8%
B = 64.31%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#493AEC (or 0x493AEC) is known color: Neon Blue. HEX triplet: 49, 3A and EC. RGB value is (73,58,236). Sum of RGB (Red+Green+Blue) = 73+58+236=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #493AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493AEC is #B6C513. Grayscale: #525252. Windows color (decimal): -11978004 or 15481417. OLE color: 15481417.

HSL color Cylindrical-coordinate representation of color #493AEC: hue angle of 245.06º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493AEC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 58 236 -
CMYK 0.69 0.75 0 0.07
HSL 245.06º 0.82% 0.58% -
HSV(B) 245.06º 0.75% 0.93% -
XYZ 19.4 10.5 80.36 -
YUV 82.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 73 58 236 0.69 0.75 0 0.07 245.06 0.82 0.58
Hex 49 3A EC 45 4B 0 7 F5 52 3A
Octal 111 72 354 105 113 0 7 365 122 72
Binary 1001001 111010 11101100 1000101 1001011 0 111 11110101 1010010 111010

Color Harmonies of #493AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AEC

Black with #493AEC

Text Example


Text Example

White with #493AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,236); }

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

background-color css

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

 a { background-color: rgb(73,58,236); }

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

border-color css

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

 span { border-color: rgb(73,58,236); }

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