#5954f0

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

Shades of Neon Blue #5954F0

Tints of Neon Blue #5954F0

Color information

#5954F0 (or 0x5954F0) is unknown color: approx Neon Blue. HEX triplet: 59, 54 and F0. RGB value is (89,84,240). Sum of RGB (Red+Green+Blue) = 89+84+240=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #5954F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5954F0 is #A6AB0F. Grayscale: #666666. Windows color (decimal): -10922768 or 15750233. OLE color: 15750233.

HSL color Cylindrical-coordinate representation of color #5954F0: hue angle of 241.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5954F0 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8984240-
CMYK0.630.6500.06
HSL241.92º83.87%63.53%-
HSV(B)241.92º65%94.12%-
XYZ23.0214.7684.07-
YUV103.28205.16117.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.55%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 240 (94.14% from 255) = 58.11%
R=21.55%
G=20.34%
B=58.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal89842400.630.6500.06241.9283.8763.53
Hex5954F03F4106f25440
Octal1311243607710106362124100
Binary1011001101010011110000111111100000101101111001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5954f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5954f0; }

 p { color: rgb(89,84,240); }

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

<style>
 a { background-color: #5954f0; }

 a { background-color: rgb(89,84,240); }

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

<style>
 span { border-color: #5954f0; }

 span { border-color: rgb(89,84,240); }

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