#2840F5

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

Shades of Neon Blue #2840F5

Tints of Neon Blue #2840F5

Color information

#2840F5 (or 0x2840F5) is unknown color: approx Neon Blue. HEX triplet: 28, 40 and F5. RGB value is (40,64,245). Sum of RGB (Red+Green+Blue) = 40+64+245=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #2840F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2840F5 is #D7BF0A. Grayscale: #4C4C4C. Windows color (decimal): -14139147 or 16072744. OLE color: 16072744.

HSL color Cylindrical-coordinate representation of color #2840F5: hue angle of 232.98º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2840F5 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4064245-
CMYK0.840.7400.04
HSL232.98º91.11%55.88%-
HSV(B)232.98º83.67%96.08%-
XYZ19.1910.7187.44-
YUV77.46222.55101.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.46%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 245 (96.09% from 255) = 70.20%
R=11.46%
G=18.34%
B=70.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal40642450.840.7400.04232.9891.1155.88
Hex2840F5544A04e95b38
Octal501003651241120435113370
Binary101000100000011110101101010010010100100111010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2840F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2840F5; }

 p { color: rgb(40,64,245); }

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

<style>
 a { background-color: #2840F5; }

 a { background-color: rgb(40,64,245); }

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

<style>
 span { border-color: #2840F5; }

 span { border-color: rgb(40,64,245); }

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