Html Css Color HEX #493CEE Neon Blue

📋 copy color: '#493CEE'

red 73 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #493CEE

Tints of Neon Blue #493CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 19.68%
G = 16.17%
B = 64.15%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#493CEE (or 0x493CEE) is known color: Neon Blue. HEX triplet: 49, 3C and EE. RGB value is (73,60,238). Sum of RGB (Red+Green+Blue) = 73+60+238=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #493CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CEE is #B6C311. Grayscale: #535353. Windows color (decimal): -11977490 or 15613001. OLE color: 15613001.

HSL color Cylindrical-coordinate representation of color #493CEE: hue angle of 244.38º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493CEE is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 60 238 -
CMYK 0.69 0.75 0 0.07
HSL 244.38º 0.84% 0.58% -
HSV(B) 244.38º 0.75% 0.93% -
XYZ 19.8 10.82 81.93 -
YUV 84.18 214.81 120.03 -
System Red Green Blue C M Y K H S L
Decimal 73 60 238 0.69 0.75 0 0.07 244.38 0.84 0.58
Hex 49 3C EE 45 4B 0 7 F4 54 3A
Octal 111 74 356 105 113 0 7 364 124 72
Binary 1001001 111100 11101110 1000101 1001011 0 111 11110100 1010100 111010

Color Harmonies of #493CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CEE

Black with #493CEE

Text Example


Text Example

White with #493CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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