Html Css Color HEX #493CFD Neon Blue

📋 copy color: '#493CFD'

red 73 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #493CFD

Tints of Neon Blue #493CFD

RGB

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

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

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

R = 18.91%
G = 15.54%
B = 65.54%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#493CFD (or 0x493CFD) is known color: Neon Blue. HEX triplet: 49, 3C and FD. RGB value is (73,60,253). Sum of RGB (Red+Green+Blue) = 73+60+253=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #493CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CFD is #B6C302. Grayscale: #555555. Windows color (decimal): -11977475 or 16596041. OLE color: 16596041.

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

Color convert

RGB 73 60 253 -
CMYK 0.71 0.76 0 0.01
HSL 244.04º 0.98% 0.61% -
HSV(B) 244.04º 0.76% 0.99% -
XYZ 22.09 11.74 94.03 -
YUV 85.89 222.31 118.81 -
System Red Green Blue C M Y K H S L
Decimal 73 60 253 0.71 0.76 0 0.01 244.04 0.98 0.61
Hex 49 3C FD 47 4C 0 1 F4 62 3D
Octal 111 74 375 107 114 0 1 364 142 75
Binary 1001001 111100 11111101 1000111 1001100 0 1 11110100 1100010 111101

Color Harmonies of #493CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CFD

Black with #493CFD

Text Example


Text Example

White with #493CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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