Html Css Color HEX #493ADF Neon Blue

📋 copy color: '#493ADF'

red 73 ◦ green 58 ◦ blue 223

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

Shades of Neon Blue #493ADF

Tints of Neon Blue #493ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 20.62%
G = 16.38%
B = 62.99%

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

#493ADF (or 0x493ADF) is known color: Neon Blue. HEX triplet: 49, 3A and DF. RGB value is (73,58,223). Sum of RGB (Red+Green+Blue) = 73+58+223=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #493ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ADF is #B6C520. Grayscale: #505050. Windows color (decimal): -11978017 or 14629449. OLE color: 14629449.

HSL color Cylindrical-coordinate representation of color #493ADF: hue angle of 245.45º 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 #493ADF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 58 223 -
CMYK 0.67 0.74 0 0.13
HSL 245.45º 0.72% 0.55% -
HSV(B) 245.45º 0.74% 0.87% -
XYZ 17.58 9.77 70.77 -
YUV 81.3 207.97 122.08 -
System Red Green Blue C M Y K H S L
Decimal 73 58 223 0.67 0.74 0 0.13 245.45 0.72 0.55
Hex 49 3A DF 43 4A 0 D F5 48 37
Octal 111 72 337 103 112 0 15 365 110 67
Binary 1001001 111010 11011111 1000011 1001010 0 1101 11110101 1001000 110111

Color Harmonies of #493ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ADF

Black with #493ADF

Text Example


Text Example

White with #493ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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