Html Css Color HEX #493CF0 Neon Blue

📋 copy color: '#493CF0'

red 73 ◦ green 60 ◦ blue 240

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

Shades of Neon Blue #493CF0

Tints of Neon Blue #493CF0

RGB

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

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

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

R = 19.57%
G = 16.09%
B = 64.34%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#493CF0 (or 0x493CF0) is known color: Neon Blue. HEX triplet: 49, 3C and F0. RGB value is (73,60,240). Sum of RGB (Red+Green+Blue) = 73+60+240=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #493CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CF0 is #B6C30F. Grayscale: #535353. Windows color (decimal): -11977488 or 15744073. OLE color: 15744073.

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

Color convert

RGB 73 60 240 -
CMYK 0.70 0.75 0 0.06
HSL 244.33º 0.86% 0.59% -
HSV(B) 244.33º 0.75% 0.94% -
XYZ 20.09 10.94 83.49 -
YUV 84.41 215.81 119.86 -
System Red Green Blue C M Y K H S L
Decimal 73 60 240 0.70 0.75 0 0.06 244.33 0.86 0.59
Hex 49 3C F0 46 4B 0 6 F4 56 3B
Octal 111 74 360 106 113 0 6 364 126 73
Binary 1001001 111100 11110000 1000110 1001011 0 110 11110100 1010110 111011

Color Harmonies of #493CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CF0

Black with #493CF0

Text Example


Text Example

White with #493CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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