Html Css Color HEX #493BEC Neon Blue

📋 copy color: '#493BEC'

red 73 ◦ green 59 ◦ blue 236

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

Shades of Neon Blue #493BEC

Tints of Neon Blue #493BEC

RGB

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

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

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

R = 19.84%
G = 16.03%
B = 64.13%

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

#493BEC (or 0x493BEC) is known color: Neon Blue. HEX triplet: 49, 3B and EC. RGB value is (73,59,236). Sum of RGB (Red+Green+Blue) = 73+59+236=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #493BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BEC is #B6C413. Grayscale: #525252. Windows color (decimal): -11977748 or 15481673. OLE color: 15481673.

HSL color Cylindrical-coordinate representation of color #493BEC: hue angle of 244.75º 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 #493BEC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 59 236 -
CMYK 0.69 0.75 0 0.07
HSL 244.75º 0.82% 0.58% -
HSV(B) 244.75º 0.75% 0.93% -
XYZ 19.45 10.6 80.38 -
YUV 83.36 214.14 120.61 -
System Red Green Blue C M Y K H S L
Decimal 73 59 236 0.69 0.75 0 0.07 244.75 0.82 0.58
Hex 49 3B EC 45 4B 0 7 F5 52 3A
Octal 111 73 354 105 113 0 7 365 122 72
Binary 1001001 111011 11101100 1000101 1001011 0 111 11110101 1010010 111010

Color Harmonies of #493BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BEC

Black with #493BEC

Text Example


Text Example

White with #493BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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