Html Css Color HEX #493AFC Neon Blue

📋 copy color: '#493AFC'

red 73 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #493AFC

Tints of Neon Blue #493AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 19.06%
G = 15.14%
B = 65.8%

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

#493AFC (or 0x493AFC) is known color: Neon Blue. HEX triplet: 49, 3A and FC. RGB value is (73,58,252). Sum of RGB (Red+Green+Blue) = 73+58+252=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #493AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493AFC is #B6C503. Grayscale: #535353. Windows color (decimal): -11977988 or 16529993. OLE color: 16529993.

HSL color Cylindrical-coordinate representation of color #493AFC: hue angle of 244.64º degrees, saturation: 0.97, 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 #493AFC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 58 252 -
CMYK 0.71 0.77 0 0.01
HSL 244.64º 0.97% 0.61% -
HSV(B) 244.64º 0.77% 0.99% -
XYZ 21.83 11.47 93.16 -
YUV 84.6 222.47 119.73 -
System Red Green Blue C M Y K H S L
Decimal 73 58 252 0.71 0.77 0 0.01 244.64 0.97 0.61
Hex 49 3A FC 47 4D 0 1 F5 61 3D
Octal 111 72 374 107 115 0 1 365 141 75
Binary 1001001 111010 11111100 1000111 1001101 0 1 11110101 1100001 111101

Color Harmonies of #493AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AFC

Black with #493AFC

Text Example


Text Example

White with #493AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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