Html Css Color HEX #493CDE Neon Blue

📋 copy color: '#493CDE'

red 73 ◦ green 60 ◦ blue 222

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

Shades of Neon Blue #493CDE

Tints of Neon Blue #493CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 20.56%
G = 16.9%
B = 62.54%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#493CDE (or 0x493CDE) is known color: Neon Blue. HEX triplet: 49, 3C and DE. RGB value is (73,60,222). Sum of RGB (Red+Green+Blue) = 73+60+222=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #493CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDE is #B6C321. Grayscale: #515151. Windows color (decimal): -11977506 or 14564425. OLE color: 14564425.

HSL color Cylindrical-coordinate representation of color #493CDE: hue angle of 244.81º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493CDE is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 60 222 -
CMYK 0.67 0.73 0 0.13
HSL 244.81º 0.71% 0.55% -
HSV(B) 244.81º 0.73% 0.87% -
XYZ 17.55 9.92 70.1 -
YUV 82.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 73 60 222 0.67 0.73 0 0.13 244.81 0.71 0.55
Hex 49 3C DE 43 49 0 D F5 47 37
Octal 111 74 336 103 111 0 15 365 107 67
Binary 1001001 111100 11011110 1000011 1001001 0 1101 11110101 1000111 110111

Color Harmonies of #493CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CDE

Black with #493CDE

Text Example


Text Example

White with #493CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,222); }

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

background-color css

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

 a { background-color: rgb(73,60,222); }

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

border-color css

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

 span { border-color: rgb(73,60,222); }

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