Html Css Color HEX #493CEF Neon Blue

📋 copy color: '#493CEF'

red 73 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #493CEF

Tints of Neon Blue #493CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 19.62%
G = 16.13%
B = 64.25%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#493CEF (or 0x493CEF) is known color: Neon Blue. HEX triplet: 49, 3C and EF. RGB value is (73,60,239). Sum of RGB (Red+Green+Blue) = 73+60+239=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #493CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CEF is #B6C310. Grayscale: #535353. Windows color (decimal): -11977489 or 15678537. OLE color: 15678537.

HSL color Cylindrical-coordinate representation of color #493CEF: hue angle of 244.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493CEF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 60 239 -
CMYK 0.69 0.75 0 0.06
HSL 244.36º 0.85% 0.59% -
HSV(B) 244.36º 0.75% 0.94% -
XYZ 19.94 10.88 82.71 -
YUV 84.29 215.31 119.95 -
System Red Green Blue C M Y K H S L
Decimal 73 60 239 0.69 0.75 0 0.06 244.36 0.85 0.59
Hex 49 3C EF 45 4B 0 6 F4 55 3B
Octal 111 74 357 105 113 0 6 364 125 73
Binary 1001001 111100 11101111 1000101 1001011 0 110 11110100 1010101 111011

Color Harmonies of #493CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CEF

Black with #493CEF

Text Example


Text Example

White with #493CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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