Html Css Color HEX #494CF3 Neon Blue

📋 copy color: '#494CF3'

red 73 ◦ green 76 ◦ blue 243

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

Shades of Neon Blue #494CF3

Tints of Neon Blue #494CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 61.99%

R = 18.62%
G = 19.39%
B = 61.99%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#494CF3 (or 0x494CF3) is known color: Neon Blue. HEX triplet: 49, 4C and F3. RGB value is (73,76,243). Sum of RGB (Red+Green+Blue) = 73+76+243=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #494CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CF3 is #B6B30C. Grayscale: #5D5D5D. Windows color (decimal): -11973389 or 15944777. OLE color: 15944777.

HSL color Cylindrical-coordinate representation of color #494CF3: hue angle of 238.94º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494CF3 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 76 243 -
CMYK 0.70 0.69 0 0.05
HSL 238.94º 0.88% 0.62% -
HSV(B) 238.94º 0.7% 0.95% -
XYZ 21.51 13.06 86.18 -
YUV 94.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 73 76 243 0.70 0.69 0 0.05 238.94 0.88 0.62
Hex 49 4C F3 46 45 0 5 EF 58 3E
Octal 111 114 363 106 105 0 5 357 130 76
Binary 1001001 1001100 11110011 1000110 1000101 0 101 11101111 1011000 111110

Color Harmonies of #494CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CF3

Black with #494CF3

Text Example


Text Example

White with #494CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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