Html Css Color HEX #495AFE Neon Blue

📋 copy color: '#495AFE'

red 73 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #495AFE

Tints of Neon Blue #495AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 17.51%
G = 21.58%
B = 60.91%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#495AFE (or 0x495AFE) is known color: Neon Blue. HEX triplet: 49, 5A and FE. RGB value is (73,90,254). Sum of RGB (Red+Green+Blue) = 73+90+254=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #495AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AFE is #B6A501. Grayscale: #666666. Windows color (decimal): -11969794 or 16669257. OLE color: 16669257.

HSL color Cylindrical-coordinate representation of color #495AFE: hue angle of 234.36º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495AFE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 90 254 -
CMYK 0.71 0.65 0 0.00
HSL 234.36º 0.99% 0.64% -
HSV(B) 234.36º 0.71% 1% -
XYZ 24.29 15.88 95.55 -
YUV 103.61 212.87 106.16 -
System Red Green Blue C M Y K H S L
Decimal 73 90 254 0.71 0.65 0 0.00 234.36 0.99 0.64
Hex 49 5A FE 47 41 0 0 EA 63 40
Octal 111 132 376 107 101 0 0 352 143 100
Binary 1001001 1011010 11111110 1000111 1000001 0 0 11101010 1100011 1000000

Color Harmonies of #495AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AFE

Black with #495AFE

Text Example


Text Example

White with #495AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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