#5840F2

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

Shades of Neon Blue #5840F2

Tints of Neon Blue #5840F2

Color information

#5840F2 (or 0x5840F2) is unknown color: approx Neon Blue. HEX triplet: 58, 40 and F2. RGB value is (88,64,242). Sum of RGB (Red+Green+Blue) = 88+64+242=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #5840F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5840F2 is #A7BF0D. Grayscale: #5A5A5A. Windows color (decimal): -10993422 or 15876184. OLE color: 15876184.

HSL color Cylindrical-coordinate representation of color #5840F2: hue angle of 248.09º 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 #5840F2 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8864242-
CMYK0.640.7400.05
HSL248.09º87.25%60%-
HSV(B)248.09º73.55%94.9%-
XYZ21.8812.1585.2-
YUV91.47212.95125.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 242 (94.92% from 255) = 61.42%
R=22.34%
G=16.24%
B=61.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88642420.640.7400.05248.0987.2560
Hex5840F2404A05f8573c
Octal1301003621001120537012774
Binary1011000100000011110010100000010010100101111110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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