Html Css Color HEX #493FF0 Neon Blue

📋 copy color: '#493FF0'

red 73 ◦ green 63 ◦ blue 240

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

Shades of Neon Blue #493FF0

Tints of Neon Blue #493FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 63.83%

R = 19.41%
G = 16.76%
B = 63.83%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#493FF0 (or 0x493FF0) is known color: Neon Blue. HEX triplet: 49, 3F and F0. RGB value is (73,63,240). Sum of RGB (Red+Green+Blue) = 73+63+240=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #493FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF0 is #B6C00F. Grayscale: #555555. Windows color (decimal): -11976720 or 15744841. OLE color: 15744841.

HSL color Cylindrical-coordinate representation of color #493FF0: hue angle of 243.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FF0 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 63 240 -
CMYK 0.70 0.74 0 0.06
HSL 243.39º 0.86% 0.59% -
HSV(B) 243.39º 0.74% 0.94% -
XYZ 20.25 11.26 83.54 -
YUV 86.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 73 63 240 0.70 0.74 0 0.06 243.39 0.86 0.59
Hex 49 3F F0 46 4A 0 6 F3 56 3B
Octal 111 77 360 106 112 0 6 363 126 73
Binary 1001001 111111 11110000 1000110 1001010 0 110 11110011 1010110 111011

Color Harmonies of #493FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FF0

Black with #493FF0

Text Example


Text Example

White with #493FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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