Html Css Color HEX #494CFF Neon Blue

📋 copy color: '#494CFF'

red 73 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #494CFF

Tints of Neon Blue #494CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 18.07%
G = 18.81%
B = 63.12%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#494CFF (or 0x494CFF) is known color: Neon Blue. HEX triplet: 49, 4C and FF. RGB value is (73,76,255). Sum of RGB (Red+Green+Blue) = 73+76+255=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #494CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CFF is #B6B300. Grayscale: #5E5E5E. Windows color (decimal): -11973377 or 16731209. OLE color: 16731209.

HSL color Cylindrical-coordinate representation of color #494CFF: hue angle of 239.01º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494CFF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 76 255 -
CMYK 0.71 0.70 0 0
HSL 239.01º 1% 0.64% -
HSV(B) 239.01º 0.71% 1% -
XYZ 23.38 13.81 96.04 -
YUV 95.51 218.01 111.95 -
System Red Green Blue C M Y K H S L
Decimal 73 76 255 0.71 0.70 0 0 239.01 1 0.64
Hex 49 4C FF 47 46 0 0 EF 64 40
Octal 111 114 377 107 106 0 0 357 144 100
Binary 1001001 1001100 11111111 1000111 1000110 0 0 11101111 1100100 1000000

Color Harmonies of #494CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CFF

Black with #494CFF

Text Example


Text Example

White with #494CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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