Html Css Color HEX #493BEE Neon Blue

📋 copy color: '#493BEE'

red 73 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #493BEE

Tints of Neon Blue #493BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 19.73%
G = 15.95%
B = 64.32%

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

#493BEE (or 0x493BEE) is known color: Neon Blue. HEX triplet: 49, 3B and EE. RGB value is (73,59,238). Sum of RGB (Red+Green+Blue) = 73+59+238=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #493BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BEE is #B6C411. Grayscale: #525252. Windows color (decimal): -11977746 or 15612745. OLE color: 15612745.

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

Color convert

RGB 73 59 238 -
CMYK 0.69 0.75 0 0.07
HSL 244.69º 0.84% 0.58% -
HSV(B) 244.69º 0.75% 0.93% -
XYZ 19.74 10.72 81.92 -
YUV 83.59 215.14 120.45 -
System Red Green Blue C M Y K H S L
Decimal 73 59 238 0.69 0.75 0 0.07 244.69 0.84 0.58
Hex 49 3B EE 45 4B 0 7 F5 54 3A
Octal 111 73 356 105 113 0 7 365 124 72
Binary 1001001 111011 11101110 1000101 1001011 0 111 11110101 1010100 111010

Color Harmonies of #493BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BEE

Black with #493BEE

Text Example


Text Example

White with #493BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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