Html Css Color HEX #495BFB Neon Blue

📋 copy color: '#495BFB'

red 73 ◦ green 91 ◦ blue 251

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

Shades of Neon Blue #495BFB

Tints of Neon Blue #495BFB

RGB

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

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

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

R = 17.59%
G = 21.93%
B = 60.48%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#495BFB (or 0x495BFB) is known color: Neon Blue. HEX triplet: 49, 5B and FB. RGB value is (73,91,251). Sum of RGB (Red+Green+Blue) = 73+91+251=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #495BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BFB is #B6A404. Grayscale: #676767. Windows color (decimal): -11969541 or 16472905. OLE color: 16472905.

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

Color convert

RGB 73 91 251 -
CMYK 0.71 0.64 0 0.02
HSL 233.93º 0.96% 0.64% -
HSV(B) 233.93º 0.71% 0.98% -
XYZ 23.9 15.86 93.07 -
YUV 103.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 73 91 251 0.71 0.64 0 0.02 233.93 0.96 0.64
Hex 49 5B FB 47 40 0 2 EA 60 40
Octal 111 133 373 107 100 0 2 352 140 100
Binary 1001001 1011011 11111011 1000111 1000000 0 10 11101010 1100000 1000000

Color Harmonies of #495BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BFB

Black with #495BFB

Text Example


Text Example

White with #495BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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