Html Css Color HEX #493EFF Neon Blue

📋 copy color: '#493EFF'

red 73 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #493EFF

Tints of Neon Blue #493EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.9%

 BLUE value IS 255 (100% from 255) = 65.38%

R = 18.72%
G = 15.9%
B = 65.38%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#493EFF (or 0x493EFF) is known color: Neon Blue. HEX triplet: 49, 3E and FF. RGB value is (73,62,255). Sum of RGB (Red+Green+Blue) = 73+62+255=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #493EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EFF is #B6C100. Grayscale: #565656. Windows color (decimal): -11976961 or 16727625. OLE color: 16727625.

HSL color Cylindrical-coordinate representation of color #493EFF: hue angle of 243.42º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493EFF is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 62 255 -
CMYK 0.71 0.76 0 0
HSL 243.42º 1% 0.62% -
HSV(B) 243.42º 0.76% 1% -
XYZ 22.52 12.08 95.75 -
YUV 87.29 222.64 117.81 -
System Red Green Blue C M Y K H S L
Decimal 73 62 255 0.71 0.76 0 0 243.42 1 0.62
Hex 49 3E FF 47 4C 0 0 F3 64 3E
Octal 111 76 377 107 114 0 0 363 144 76
Binary 1001001 111110 11111111 1000111 1001100 0 0 11110011 1100100 111110

Color Harmonies of #493EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EFF

Black with #493EFF

Text Example


Text Example

White with #493EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,255); }

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

background-color css

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

 a { background-color: rgb(73,62,255); }

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

border-color css

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

 span { border-color: rgb(73,62,255); }

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