Html Css Color HEX #495AFD Neon Blue

📋 copy color: '#495AFD'

red 73 ◦ green 90 ◦ blue 253

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

Shades of Neon Blue #495AFD

Tints of Neon Blue #495AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 17.55%
G = 21.63%
B = 60.82%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#495AFD (or 0x495AFD) is known color: Neon Blue. HEX triplet: 49, 5A and FD. RGB value is (73,90,253). Sum of RGB (Red+Green+Blue) = 73+90+253=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #495AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AFD is #B6A502. Grayscale: #666666. Windows color (decimal): -11969795 or 16603721. OLE color: 16603721.

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

Color convert

RGB 73 90 253 -
CMYK 0.71 0.64 0 0.01
HSL 234.33º 0.98% 0.64% -
HSV(B) 234.33º 0.71% 0.99% -
XYZ 24.13 15.82 94.71 -
YUV 103.5 212.37 106.25 -
System Red Green Blue C M Y K H S L
Decimal 73 90 253 0.71 0.64 0 0.01 234.33 0.98 0.64
Hex 49 5A FD 47 40 0 1 EA 62 40
Octal 111 132 375 107 100 0 1 352 142 100
Binary 1001001 1011010 11111101 1000111 1000000 0 1 11101010 1100010 1000000

Color Harmonies of #495AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AFD

Black with #495AFD

Text Example


Text Example

White with #495AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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