Html Css Color HEX #494CEE Neon Blue

📋 copy color: '#494CEE'

red 73 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #494CEE

Tints of Neon Blue #494CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 18.86%
G = 19.64%
B = 61.5%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#494CEE (or 0x494CEE) is known color: Neon Blue. HEX triplet: 49, 4C and EE. RGB value is (73,76,238). Sum of RGB (Red+Green+Blue) = 73+76+238=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #494CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CEE is #B6B311. Grayscale: #5C5C5C. Windows color (decimal): -11973394 or 15617097. OLE color: 15617097.

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

Color convert

RGB 73 76 238 -
CMYK 0.69 0.68 0 0.07
HSL 238.91º 0.83% 0.61% -
HSV(B) 238.91º 0.69% 0.93% -
XYZ 20.76 12.76 82.26 -
YUV 93.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 73 76 238 0.69 0.68 0 0.07 238.91 0.83 0.61
Hex 49 4C EE 45 44 0 7 EF 53 3D
Octal 111 114 356 105 104 0 7 357 123 75
Binary 1001001 1001100 11101110 1000101 1000100 0 111 11101111 1010011 111101

Color Harmonies of #494CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CEE

Black with #494CEE

Text Example


Text Example

White with #494CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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