Html Css Color HEX #493FF6 Neon Blue

📋 copy color: '#493FF6'

red 73 ◦ green 63 ◦ blue 246

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

Shades of Neon Blue #493FF6

Tints of Neon Blue #493FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 64.4%

R = 19.11%
G = 16.49%
B = 64.4%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#493FF6 (or 0x493FF6) is known color: Neon Blue. HEX triplet: 49, 3F and F6. RGB value is (73,63,246). Sum of RGB (Red+Green+Blue) = 73+63+246=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 246 (96.48% from 255 or 64.40% from 382); Max value from RGB is 246 - color contains mainly: blue. Hex color #493FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF6 is #B6C009. Grayscale: #565656. Windows color (decimal): -11976714 or 16138057. OLE color: 16138057.

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

Color convert

RGB 73 63 246 -
CMYK 0.70 0.74 0 0.04
HSL 243.28º 0.91% 0.61% -
HSV(B) 243.28º 0.74% 0.96% -
XYZ 21.16 11.63 88.32 -
YUV 86.85 217.81 118.12 -
System Red Green Blue C M Y K H S L
Decimal 73 63 246 0.70 0.74 0 0.04 243.28 0.91 0.61
Hex 49 3F F6 46 4A 0 4 F3 5B 3D
Octal 111 77 366 106 112 0 4 363 133 75
Binary 1001001 111111 11110110 1000110 1001010 0 100 11110011 1011011 111101

Color Harmonies of #493FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FF6

Black with #493FF6

Text Example


Text Example

White with #493FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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