Html Css Color HEX #495DF9 Neon Blue

📋 copy color: '#495DF9'

red 73 ◦ green 93 ◦ blue 249

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

Shades of Neon Blue #495DF9

Tints of Neon Blue #495DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 249 (97.66% from 255) = 60%

R = 17.59%
G = 22.41%
B = 60%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#495DF9 (or 0x495DF9) is known color: Neon Blue. HEX triplet: 49, 5D and F9. RGB value is (73,93,249). Sum of RGB (Red+Green+Blue) = 73+93+249=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #495DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DF9 is #B6A206. Grayscale: #686868. Windows color (decimal): -11969031 or 16342345. OLE color: 16342345.

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

Color convert

RGB 73 93 249 -
CMYK 0.71 0.63 0 0.02
HSL 233.18º 0.94% 0.63% -
HSV(B) 233.18º 0.71% 0.98% -
XYZ 23.76 16.08 91.47 -
YUV 104.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 73 93 249 0.71 0.63 0 0.02 233.18 0.94 0.63
Hex 49 5D F9 47 3F 0 2 E9 5E 3F
Octal 111 135 371 107 77 0 2 351 136 77
Binary 1001001 1011101 11111001 1000111 111111 0 10 11101001 1011110 111111

Color Harmonies of #495DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DF9

Black with #495DF9

Text Example


Text Example

White with #495DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,249); }

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

background-color css

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

 a { background-color: rgb(73,93,249); }

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

border-color css

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

 span { border-color: rgb(73,93,249); }

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