Html Css Color HEX #493CEB Neon Blue

📋 copy color: '#493CEB'

red 73 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #493CEB

Tints of Neon Blue #493CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 19.84%
G = 16.3%
B = 63.86%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#493CEB (or 0x493CEB) is known color: Neon Blue. HEX triplet: 49, 3C and EB. RGB value is (73,60,235). Sum of RGB (Red+Green+Blue) = 73+60+235=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #493CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CEB is #B6C314. Grayscale: #535353. Windows color (decimal): -11977493 or 15416393. OLE color: 15416393.

HSL color Cylindrical-coordinate representation of color #493CEB: hue angle of 244.46º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493CEB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 60 235 -
CMYK 0.69 0.74 0 0.08
HSL 244.46º 0.81% 0.58% -
HSV(B) 244.46º 0.74% 0.92% -
XYZ 19.36 10.65 79.63 -
YUV 83.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 73 60 235 0.69 0.74 0 0.08 244.46 0.81 0.58
Hex 49 3C EB 45 4A 0 8 F4 51 3A
Octal 111 74 353 105 112 0 10 364 121 72
Binary 1001001 111100 11101011 1000101 1001010 0 1000 11110100 1010001 111010

Color Harmonies of #493CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CEB

Black with #493CEB

Text Example


Text Example

White with #493CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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