Html Css Color HEX #493DEE Neon Blue

📋 copy color: '#493DEE'

red 73 ◦ green 61 ◦ blue 238

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

Shades of Neon Blue #493DEE

Tints of Neon Blue #493DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.4%

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

R = 19.62%
G = 16.4%
B = 63.98%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#493DEE (or 0x493DEE) is known color: Neon Blue. HEX triplet: 49, 3D and EE. RGB value is (73,61,238). Sum of RGB (Red+Green+Blue) = 73+61+238=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #493DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493DEE is #B6C211. Grayscale: #545454. Windows color (decimal): -11977234 or 15613257. OLE color: 15613257.

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

Color convert

RGB 73 61 238 -
CMYK 0.69 0.74 0 0.07
HSL 244.07º 0.84% 0.59% -
HSV(B) 244.07º 0.74% 0.93% -
XYZ 19.85 10.93 81.95 -
YUV 84.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 73 61 238 0.69 0.74 0 0.07 244.07 0.84 0.59
Hex 49 3D EE 45 4A 0 7 F4 54 3B
Octal 111 75 356 105 112 0 7 364 124 73
Binary 1001001 111101 11101110 1000101 1001010 0 111 11110100 1010100 111011

Color Harmonies of #493DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DEE

Black with #493DEE

Text Example


Text Example

White with #493DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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