Html Css Color HEX #495EF8 Neon Blue

📋 copy color: '#495EF8'

red 73 ◦ green 94 ◦ blue 248

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

Shades of Neon Blue #495EF8

Tints of Neon Blue #495EF8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 248 (97.27% from 255) = 59.76%

R = 17.59%
G = 22.65%
B = 59.76%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#495EF8 (or 0x495EF8) is known color: Neon Blue. HEX triplet: 49, 5E and F8. RGB value is (73,94,248). Sum of RGB (Red+Green+Blue) = 73+94+248=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #495EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EF8 is #B6A107. Grayscale: #686868. Windows color (decimal): -11968776 or 16277065. OLE color: 16277065.

HSL color Cylindrical-coordinate representation of color #495EF8: hue angle of 232.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495EF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 94 248 -
CMYK 0.71 0.62 0 0.03
HSL 232.8º 0.93% 0.63% -
HSV(B) 232.8º 0.71% 0.97% -
XYZ 23.69 16.2 90.68 -
YUV 105.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 73 94 248 0.71 0.62 0 0.03 232.8 0.93 0.63
Hex 49 5E F8 47 3E 0 3 E9 5D 3F
Octal 111 136 370 107 76 0 3 351 135 77
Binary 1001001 1011110 11111000 1000111 111110 0 11 11101001 1011101 111111

Color Harmonies of #495EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EF8

Black with #495EF8

Text Example


Text Example

White with #495EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,248); }

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

background-color css

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

 a { background-color: rgb(73,94,248); }

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

border-color css

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

 span { border-color: rgb(73,94,248); }

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