Html Css Color HEX #493BDF Neon Blue

📋 copy color: '#493BDF'

red 73 ◦ green 59 ◦ blue 223

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

Shades of Neon Blue #493BDF

Tints of Neon Blue #493BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 20.56%
G = 16.62%
B = 62.82%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#493BDF (or 0x493BDF) is known color: Neon Blue. HEX triplet: 49, 3B and DF. RGB value is (73,59,223). Sum of RGB (Red+Green+Blue) = 73+59+223=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #493BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDF is #B6C420. Grayscale: #515151. Windows color (decimal): -11977761 or 14629705. OLE color: 14629705.

HSL color Cylindrical-coordinate representation of color #493BDF: hue angle of 245.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493BDF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 59 223 -
CMYK 0.67 0.74 0 0.13
HSL 245.12º 0.72% 0.55% -
HSV(B) 245.12º 0.74% 0.87% -
XYZ 17.63 9.87 70.79 -
YUV 81.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 73 59 223 0.67 0.74 0 0.13 245.12 0.72 0.55
Hex 49 3B DF 43 4A 0 D F5 48 37
Octal 111 73 337 103 112 0 15 365 110 67
Binary 1001001 111011 11011111 1000011 1001010 0 1101 11110101 1001000 110111

Color Harmonies of #493BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BDF

Black with #493BDF

Text Example


Text Example

White with #493BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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