#5940F2

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

Shades of Neon Blue #5940F2

Tints of Neon Blue #5940F2

Color information

#5940F2 (or 0x5940F2) is unknown color: approx Neon Blue. HEX triplet: 59, 40 and F2. RGB value is (89,64,242). Sum of RGB (Red+Green+Blue) = 89+64+242=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #5940F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940F2 is #A6BF0D. Grayscale: #5B5B5B. Windows color (decimal): -10927886 or 15876185. OLE color: 15876185.

HSL color Cylindrical-coordinate representation of color #5940F2: hue angle of 248.43º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5940F2 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8964242-
CMYK0.630.7400.05
HSL248.43º87.25%60%-
HSV(B)248.43º73.55%94.9%-
XYZ21.9812.285.2-
YUV91.77212.78126.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 242 (94.92% from 255) = 61.27%
R=22.53%
G=16.20%
B=61.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal89642420.630.7400.05248.4387.2560
Hex5940F23F4A05f8573c
Octal131100362771120537012774
Binary101100110000001111001011111110010100101111110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5940F2; }

 p { color: rgb(89,64,242); }

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

<style>
 a { background-color: #5940F2; }

 a { background-color: rgb(89,64,242); }

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

<style>
 span { border-color: #5940F2; }

 span { border-color: rgb(89,64,242); }

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