Html Css Color HEX #493CF3 Neon Blue

📋 copy color: '#493CF3'

red 73 ◦ green 60 ◦ blue 243

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

Shades of Neon Blue #493CF3

Tints of Neon Blue #493CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.63%

R = 19.41%
G = 15.96%
B = 64.63%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#493CF3 (or 0x493CF3) is known color: Neon Blue. HEX triplet: 49, 3C and F3. RGB value is (73,60,243). Sum of RGB (Red+Green+Blue) = 73+60+243=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #493CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CF3 is #B6C30C. Grayscale: #545454. Windows color (decimal): -11977485 or 15940681. OLE color: 15940681.

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

Color convert

RGB 73 60 243 -
CMYK 0.70 0.75 0 0.05
HSL 244.26º 0.88% 0.59% -
HSV(B) 244.26º 0.75% 0.95% -
XYZ 20.54 11.12 85.86 -
YUV 84.75 217.31 119.62 -
System Red Green Blue C M Y K H S L
Decimal 73 60 243 0.70 0.75 0 0.05 244.26 0.88 0.59
Hex 49 3C F3 46 4B 0 5 F4 58 3B
Octal 111 74 363 106 113 0 5 364 130 73
Binary 1001001 111100 11110011 1000110 1001011 0 101 11110100 1011000 111011

Color Harmonies of #493CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CF3

Black with #493CF3

Text Example


Text Example

White with #493CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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