Html Css Color HEX #494FFF Neon Blue

📋 copy color: '#494FFF'

red 73 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #494FFF

Tints of Neon Blue #494FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

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

R = 17.94%
G = 19.41%
B = 62.65%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#494FFF (or 0x494FFF) is known color: Neon Blue. HEX triplet: 49, 4F and FF. RGB value is (73,79,255). Sum of RGB (Red+Green+Blue) = 73+79+255=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #494FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FFF is #B6B000. Grayscale: #606060. Windows color (decimal): -11972609 or 16731977. OLE color: 16731977.

HSL color Cylindrical-coordinate representation of color #494FFF: hue angle of 238.02º 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 #494FFF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 79 255 -
CMYK 0.71 0.69 0 0
HSL 238.02º 1% 0.64% -
HSV(B) 238.02º 0.71% 1% -
XYZ 23.59 14.23 96.11 -
YUV 97.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 73 79 255 0.71 0.69 0 0 238.02 1 0.64
Hex 49 4F FF 47 45 0 0 EE 64 40
Octal 111 117 377 107 105 0 0 356 144 100
Binary 1001001 1001111 11111111 1000111 1000101 0 0 11101110 1100100 1000000

Color Harmonies of #494FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FFF

Black with #494FFF

Text Example


Text Example

White with #494FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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