Html Css Color HEX #493CE7 Neon Blue

📋 copy color: '#493CE7'

red 73 ◦ green 60 ◦ blue 231

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

Shades of Neon Blue #493CE7

Tints of Neon Blue #493CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.46%

R = 20.05%
G = 16.48%
B = 63.46%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#493CE7 (or 0x493CE7) is known color: Neon Blue. HEX triplet: 49, 3C and E7. RGB value is (73,60,231). Sum of RGB (Red+Green+Blue) = 73+60+231=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #493CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CE7 is #B6C318. Grayscale: #525252. Windows color (decimal): -11977497 or 15154249. OLE color: 15154249.

HSL color Cylindrical-coordinate representation of color #493CE7: hue angle of 244.56º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493CE7 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 60 231 -
CMYK 0.68 0.74 0 0.09
HSL 244.56º 0.78% 0.57% -
HSV(B) 244.56º 0.74% 0.91% -
XYZ 18.79 10.42 76.62 -
YUV 83.38 211.31 120.6 -
System Red Green Blue C M Y K H S L
Decimal 73 60 231 0.68 0.74 0 0.09 244.56 0.78 0.57
Hex 49 3C E7 44 4A 0 9 F5 4E 39
Octal 111 74 347 104 112 0 11 365 116 71
Binary 1001001 111100 11100111 1000100 1001010 0 1001 11110101 1001110 111001

Color Harmonies of #493CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CE7

Black with #493CE7

Text Example


Text Example

White with #493CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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