Html Css Color HEX #493BF4 Neon Blue

📋 copy color: '#493BF4'

red 73 ◦ green 59 ◦ blue 244

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

Shades of Neon Blue #493BF4

Tints of Neon Blue #493BF4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.69%

 BLUE value IS 244 (95.7% from 255) = 64.89%

R = 19.41%
G = 15.69%
B = 64.89%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#493BF4 (or 0x493BF4) is known color: Neon Blue. HEX triplet: 49, 3B and F4. RGB value is (73,59,244). Sum of RGB (Red+Green+Blue) = 73+59+244=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #493BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BF4 is #B6C40B. Grayscale: #535353. Windows color (decimal): -11977740 or 16005961. OLE color: 16005961.

HSL color Cylindrical-coordinate representation of color #493BF4: hue angle of 244.54º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493BF4 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 59 244 -
CMYK 0.70 0.76 0 0.04
HSL 244.54º 0.89% 0.59% -
HSV(B) 244.54º 0.76% 0.96% -
XYZ 20.64 11.08 86.64 -
YUV 84.28 218.14 119.96 -
System Red Green Blue C M Y K H S L
Decimal 73 59 244 0.70 0.76 0 0.04 244.54 0.89 0.59
Hex 49 3B F4 46 4C 0 4 F5 59 3B
Octal 111 73 364 106 114 0 4 365 131 73
Binary 1001001 111011 11110100 1000110 1001100 0 100 11110101 1011001 111011

Color Harmonies of #493BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BF4

Black with #493BF4

Text Example


Text Example

White with #493BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,244); }

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

background-color css

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

 a { background-color: rgb(73,59,244); }

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

border-color css

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

 span { border-color: rgb(73,59,244); }

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