Html Css Color HEX #493AFD Neon Blue

📋 copy color: '#493AFD'

red 73 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #493AFD

Tints of Neon Blue #493AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 19.01%
G = 15.1%
B = 65.89%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#493AFD (or 0x493AFD) is known color: Neon Blue. HEX triplet: 49, 3A and FD. RGB value is (73,58,253). Sum of RGB (Red+Green+Blue) = 73+58+253=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #493AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493AFD is #B6C502. Grayscale: #535353. Windows color (decimal): -11977987 or 16595529. OLE color: 16595529.

HSL color Cylindrical-coordinate representation of color #493AFD: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493AFD is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 58 253 -
CMYK 0.71 0.77 0 0.01
HSL 244.62º 0.98% 0.61% -
HSV(B) 244.62º 0.77% 0.99% -
XYZ 21.99 11.53 94 -
YUV 84.72 222.97 119.64 -
System Red Green Blue C M Y K H S L
Decimal 73 58 253 0.71 0.77 0 0.01 244.62 0.98 0.61
Hex 49 3A FD 47 4D 0 1 F5 62 3D
Octal 111 72 375 107 115 0 1 365 142 75
Binary 1001001 111010 11111101 1000111 1001101 0 1 11110101 1100010 111101

Color Harmonies of #493AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AFD

Black with #493AFD

Text Example


Text Example

White with #493AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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