Html Css Color HEX #493FE0 Neon Blue

📋 copy color: '#493FE0'

red 73 ◦ green 63 ◦ blue 224

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

Shades of Neon Blue #493FE0

Tints of Neon Blue #493FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 224 (87.89% from 255) = 62.22%

R = 20.28%
G = 17.5%
B = 62.22%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#493FE0 (or 0x493FE0) is known color: Neon Blue. HEX triplet: 49, 3F and E0. RGB value is (73,63,224). Sum of RGB (Red+Green+Blue) = 73+63+224=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #493FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FE0 is #B6C01F. Grayscale: #535353. Windows color (decimal): -11976736 or 14696265. OLE color: 14696265.

HSL color Cylindrical-coordinate representation of color #493FE0: hue angle of 243.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493FE0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 63 224 -
CMYK 0.67 0.72 0 0.12
HSL 243.73º 0.72% 0.56% -
HSV(B) 243.73º 0.72% 0.88% -
XYZ 17.98 10.35 71.57 -
YUV 84.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 73 63 224 0.67 0.72 0 0.12 243.73 0.72 0.56
Hex 49 3F E0 43 48 0 C F4 48 38
Octal 111 77 340 103 110 0 14 364 110 70
Binary 1001001 111111 11100000 1000011 1001000 0 1100 11110100 1001000 111000

Color Harmonies of #493FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FE0

Black with #493FE0

Text Example


Text Example

White with #493FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,224); }

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

background-color css

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

 a { background-color: rgb(73,63,224); }

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

border-color css

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

 span { border-color: rgb(73,63,224); }

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