Html Css Color HEX #495EFB Neon Blue

📋 copy color: '#495EFB'

red 73 ◦ green 94 ◦ blue 251

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

Shades of Neon Blue #495EFB

Tints of Neon Blue #495EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 17.46%
G = 22.49%
B = 60.05%

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

#495EFB (or 0x495EFB) is known color: Neon Blue. HEX triplet: 49, 5E and FB. RGB value is (73,94,251). Sum of RGB (Red+Green+Blue) = 73+94+251=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #495EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EFB is #B6A104. Grayscale: #686868. Windows color (decimal): -11968773 or 16473673. OLE color: 16473673.

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

Color convert

RGB 73 94 251 -
CMYK 0.71 0.63 0 0.02
HSL 232.92º 0.96% 0.64% -
HSV(B) 232.92º 0.71% 0.98% -
XYZ 24.16 16.39 93.16 -
YUV 105.62 210.04 104.73 -
System Red Green Blue C M Y K H S L
Decimal 73 94 251 0.71 0.63 0 0.02 232.92 0.96 0.64
Hex 49 5E FB 47 3F 0 2 E9 60 40
Octal 111 136 373 107 77 0 2 351 140 100
Binary 1001001 1011110 11111011 1000111 111111 0 10 11101001 1100000 1000000

Color Harmonies of #495EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EFB

Black with #495EFB

Text Example


Text Example

White with #495EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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