Html Css Color HEX #495BFF Neon Blue

📋 copy color: '#495BFF'

red 73 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #495BFF

Tints of Neon Blue #495BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.72%

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

R = 17.42%
G = 21.72%
B = 60.86%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#495BFF (or 0x495BFF) is known color: Neon Blue. HEX triplet: 49, 5B and FF. RGB value is (73,91,255). Sum of RGB (Red+Green+Blue) = 73+91+255=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #495BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BFF is #B6A400. Grayscale: #676767. Windows color (decimal): -11969537 or 16735049. OLE color: 16735049.

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

Color convert

RGB 73 91 255 -
CMYK 0.71 0.64 0 0
HSL 234.07º 1% 0.64% -
HSV(B) 234.07º 0.71% 1% -
XYZ 24.54 16.12 96.43 -
YUV 104.31 213.04 105.66 -
System Red Green Blue C M Y K H S L
Decimal 73 91 255 0.71 0.64 0 0 234.07 1 0.64
Hex 49 5B FF 47 40 0 0 EA 64 40
Octal 111 133 377 107 100 0 0 352 144 100
Binary 1001001 1011011 11111111 1000111 1000000 0 0 11101010 1100100 1000000

Color Harmonies of #495BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BFF

Black with #495BFF

Text Example


Text Example

White with #495BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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