Html Css Color HEX #493BDB Neon Blue

📋 copy color: '#493BDB'

red 73 ◦ green 59 ◦ blue 219

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

Shades of Neon Blue #493BDB

Tints of Neon Blue #493BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 20.8%
G = 16.81%
B = 62.39%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#493BDB (or 0x493BDB) is known color: Neon Blue. HEX triplet: 49, 3B and DB. RGB value is (73,59,219). Sum of RGB (Red+Green+Blue) = 73+59+219=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #493BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDB is #B6C424. Grayscale: #505050. Windows color (decimal): -11977765 or 14367561. OLE color: 14367561.

HSL color Cylindrical-coordinate representation of color #493BDB: hue angle of 245.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493BDB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 59 219 -
CMYK 0.67 0.73 0 0.14
HSL 245.25º 0.69% 0.55% -
HSV(B) 245.25º 0.73% 0.86% -
XYZ 17.1 9.66 67.98 -
YUV 81.43 205.64 121.99 -
System Red Green Blue C M Y K H S L
Decimal 73 59 219 0.67 0.73 0 0.14 245.25 0.69 0.55
Hex 49 3B DB 43 49 0 E F5 45 37
Octal 111 73 333 103 111 0 16 365 105 67
Binary 1001001 111011 11011011 1000011 1001001 0 1110 11110101 1000101 110111

Color Harmonies of #493BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BDB

Black with #493BDB

Text Example


Text Example

White with #493BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,219); }

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

background-color css

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

 a { background-color: rgb(73,59,219); }

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

border-color css

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

 span { border-color: rgb(73,59,219); }

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