Html Css Color HEX #495CF0 Neon Blue

📋 copy color: '#495CF0'

red 73 ◦ green 92 ◦ blue 240

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

Shades of Neon Blue #495CF0

Tints of Neon Blue #495CF0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 240 (94.14% from 255) = 59.26%

R = 18.02%
G = 22.72%
B = 59.26%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#495CF0 (or 0x495CF0) is known color: Neon Blue. HEX triplet: 49, 5C and F0. RGB value is (73,92,240). Sum of RGB (Red+Green+Blue) = 73+92+240=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #495CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CF0 is #B6A30F. Grayscale: #666666. Windows color (decimal): -11969296 or 15752265. OLE color: 15752265.

HSL color Cylindrical-coordinate representation of color #495CF0: hue angle of 233.17º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495CF0 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 92 240 -
CMYK 0.70 0.62 0 0.06
HSL 233.17º 0.85% 0.61% -
HSV(B) 233.17º 0.7% 0.94% -
XYZ 22.3 15.36 84.23 -
YUV 103.19 205.21 106.47 -
System Red Green Blue C M Y K H S L
Decimal 73 92 240 0.70 0.62 0 0.06 233.17 0.85 0.61
Hex 49 5C F0 46 3E 0 6 E9 55 3D
Octal 111 134 360 106 76 0 6 351 125 75
Binary 1001001 1011100 11110000 1000110 111110 0 110 11101001 1010101 111101

Color Harmonies of #495CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CF0

Black with #495CF0

Text Example


Text Example

White with #495CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,240); }

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

background-color css

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

 a { background-color: rgb(73,92,240); }

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

border-color css

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

 span { border-color: rgb(73,92,240); }

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