Html Css Color HEX #493BEB Neon Blue

📋 copy color: '#493BEB'

red 73 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #493BEB

Tints of Neon Blue #493BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.03%

R = 19.89%
G = 16.08%
B = 64.03%

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

#493BEB (or 0x493BEB) is known color: Neon Blue. HEX triplet: 49, 3B and EB. RGB value is (73,59,235). Sum of RGB (Red+Green+Blue) = 73+59+235=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #493BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BEB is #B6C414. Grayscale: #525252. Windows color (decimal): -11977749 or 15416137. OLE color: 15416137.

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

Color convert

RGB 73 59 235 -
CMYK 0.69 0.75 0 0.08
HSL 244.77º 0.81% 0.58% -
HSV(B) 244.77º 0.75% 0.92% -
XYZ 19.31 10.54 79.61 -
YUV 83.25 213.64 120.69 -
System Red Green Blue C M Y K H S L
Decimal 73 59 235 0.69 0.75 0 0.08 244.77 0.81 0.58
Hex 49 3B EB 45 4B 0 8 F5 51 3A
Octal 111 73 353 105 113 0 10 365 121 72
Binary 1001001 111011 11101011 1000101 1001011 0 1000 11110101 1010001 111010

Color Harmonies of #493BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BEB

Black with #493BEB

Text Example


Text Example

White with #493BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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