Html Css Color HEX #494CF0 Neon Blue

📋 copy color: '#494CF0'

red 73 ◦ green 76 ◦ blue 240

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

Shades of Neon Blue #494CF0

Tints of Neon Blue #494CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.7%

R = 18.77%
G = 19.54%
B = 61.7%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#494CF0 (or 0x494CF0) is known color: Neon Blue. HEX triplet: 49, 4C and F0. RGB value is (73,76,240). Sum of RGB (Red+Green+Blue) = 73+76+240=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #494CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CF0 is #B6B30F. Grayscale: #5D5D5D. Windows color (decimal): -11973392 or 15748169. OLE color: 15748169.

HSL color Cylindrical-coordinate representation of color #494CF0: hue angle of 238.92º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494CF0 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 76 240 -
CMYK 0.70 0.68 0 0.06
HSL 238.92º 0.85% 0.61% -
HSV(B) 238.92º 0.7% 0.94% -
XYZ 21.06 12.88 83.81 -
YUV 93.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 73 76 240 0.70 0.68 0 0.06 238.92 0.85 0.61
Hex 49 4C F0 46 44 0 6 EF 55 3D
Octal 111 114 360 106 104 0 6 357 125 75
Binary 1001001 1001100 11110000 1000110 1000100 0 110 11101111 1010101 111101

Color Harmonies of #494CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CF0

Black with #494CF0

Text Example


Text Example

White with #494CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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