Html Css Color HEX #493DF4 Neon Blue

📋 copy color: '#493DF4'

red 73 ◦ green 61 ◦ blue 244

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

Shades of Neon Blue #493DF4

Tints of Neon Blue #493DF4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 19.31%
G = 16.14%
B = 64.55%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#493DF4 (or 0x493DF4) is known color: Neon Blue. HEX triplet: 49, 3D and F4. RGB value is (73,61,244). Sum of RGB (Red+Green+Blue) = 73+61+244=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 244 (95.70% from 255 or 64.55% from 378); Max value from RGB is 244 - color contains mainly: blue. Hex color #493DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493DF4 is #B6C20B. Grayscale: #545454. Windows color (decimal): -11977228 or 16006473. OLE color: 16006473.

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

Color convert

RGB 73 61 244 -
CMYK 0.70 0.75 0 0.04
HSL 243.93º 0.89% 0.6% -
HSV(B) 243.93º 0.75% 0.96% -
XYZ 20.75 11.29 86.67 -
YUV 85.45 217.48 119.12 -
System Red Green Blue C M Y K H S L
Decimal 73 61 244 0.70 0.75 0 0.04 243.93 0.89 0.6
Hex 49 3D F4 46 4B 0 4 F4 59 3C
Octal 111 75 364 106 113 0 4 364 131 74
Binary 1001001 111101 11110100 1000110 1001011 0 100 11110100 1011001 111100

Color Harmonies of #493DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DF4

Black with #493DF4

Text Example


Text Example

White with #493DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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