Html Css Color HEX #494AFB Neon Blue

📋 copy color: '#494AFB'

red 73 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #494AFB

Tints of Neon Blue #494AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 18.34%
G = 18.59%
B = 63.07%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#494AFB (or 0x494AFB) is known color: Neon Blue. HEX triplet: 49, 4A and FB. RGB value is (73,74,251). Sum of RGB (Red+Green+Blue) = 73+74+251=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #494AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494AFB is #B6B504. Grayscale: #5D5D5D. Windows color (decimal): -11973893 or 16468553. OLE color: 16468553.

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

Color convert

RGB 73 74 251 -
CMYK 0.71 0.71 0 0.02
HSL 239.66º 0.96% 0.64% -
HSV(B) 239.66º 0.71% 0.98% -
XYZ 22.61 13.28 92.64 -
YUV 93.88 216.67 113.11 -
System Red Green Blue C M Y K H S L
Decimal 73 74 251 0.71 0.71 0 0.02 239.66 0.96 0.64
Hex 49 4A FB 47 47 0 2 F0 60 40
Octal 111 112 373 107 107 0 2 360 140 100
Binary 1001001 1001010 11111011 1000111 1000111 0 10 11110000 1100000 1000000

Color Harmonies of #494AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AFB

Black with #494AFB

Text Example


Text Example

White with #494AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,251); }

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

background-color css

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

 a { background-color: rgb(73,74,251); }

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

border-color css

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

 span { border-color: rgb(73,74,251); }

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