Html Css Color HEX #495AFF Neon Blue

📋 copy color: '#495AFF'

red 73 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #495AFF

Tints of Neon Blue #495AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 17.46%
G = 21.53%
B = 61%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#495AFF (or 0x495AFF) is known color: Neon Blue. HEX triplet: 49, 5A and FF. RGB value is (73,90,255). Sum of RGB (Red+Green+Blue) = 73+90+255=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #495AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AFF is #B6A500. Grayscale: #676767. Windows color (decimal): -11969793 or 16734793. OLE color: 16734793.

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

Color convert

RGB 73 90 255 -
CMYK 0.71 0.65 0 0
HSL 234.4º 1% 0.64% -
HSV(B) 234.4º 0.71% 1% -
XYZ 24.45 15.95 96.4 -
YUV 103.73 213.37 106.08 -
System Red Green Blue C M Y K H S L
Decimal 73 90 255 0.71 0.65 0 0 234.4 1 0.64
Hex 49 5A FF 47 41 0 0 EA 64 40
Octal 111 132 377 107 101 0 0 352 144 100
Binary 1001001 1011010 11111111 1000111 1000001 0 0 11101010 1100100 1000000

Color Harmonies of #495AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AFF

Black with #495AFF

Text Example


Text Example

White with #495AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495AFF; }

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

 H1.HeaderClassName
 {
   color: #495AFF;
 }
 .AnyTagClassName
 {
   color: #495AFF;
 }
</style>

background-color css

<style>
 a { background-color: #495AFF; }

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

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

border-color css

<style>
 span { border-color: #495AFF; }

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

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