#4A5BF0

Color #4A5BF0 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4A5BF0

Tints of Neon Blue #4A5BF0

Color information

#4A5BF0 (or 0x4A5BF0) is unknown color: approx Neon Blue. HEX triplet: 4A, 5B and F0. RGB value is (74,91,240). Sum of RGB (Red+Green+Blue) = 74+91+240=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 91 (35.94% from 255 or 22.47% 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 #4A5BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5BF0 is #B5A40F. Grayscale: #666666. Windows color (decimal): -11904016 or 15752010. OLE color: 15752010.

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

Color convert

RGB7491240-
CMYK0.690.6200.06
HSL233.86º84.69%61.57%-
HSV(B)233.86º69.17%94.12%-
XYZ22.2915.2384.2-
YUV102.9205.37107.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.27%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=18.27%
G=22.47%
B=59.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74912400.690.6200.06233.8684.6961.57
Hex4A5BF0453E06ea553e
Octal112133360105760635212576
Binary100101010110111111000010001011111100110111010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5BF0; }

 p { color: rgb(74,91,240); }

 H1.HeaderClassName
 {
   color: #4A5BF0;
 }
 .AnyTagClassName
 {
   color: #4A5BF0;
 }
</style>
background-color css

<style>
 a { background-color: #4A5BF0; }

 a { background-color: rgb(74,91,240); }

 div.DivClassName
 {
   background-color: #4A5BF0;
 }
 .BgClassName
 {
   background-color: #4A5BF0;
 }
</style>
border-color css

<style>
 span { border-color: #4A5BF0; }

 span { border-color: rgb(74,91,240); }

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