#5844FF

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

Shades of Neon Blue #5844FF

Tints of Neon Blue #5844FF

Color information

#5844FF (or 0x5844FF) is unknown color: approx Neon Blue. HEX triplet: 58, 44 and FF. RGB value is (88,68,255). Sum of RGB (Red+Green+Blue) = 88+68+255=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #5844FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5844FF is #A7BB00. Grayscale: #5E5E5E. Windows color (decimal): -10992385 or 16729176. OLE color: 16729176.

HSL color Cylindrical-coordinate representation of color #5844FF: hue angle of 246.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5844FF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8868255-
CMYK0.650.7300
HSL246.42º100%63.33%-
HSV(B)246.42º73.33%100%-
XYZ24.1413.4395.93-
YUV95.3218.13122.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 255 (100% from 255) = 62.04%
R=21.41%
G=16.55%
B=62.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88682550.650.7300246.4210063.33
Hex5844FF414900f6643f
Octal1301043771011110036614477
Binary10110001000100111111111000001100100100111101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5844FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5844FF; }

 p { color: rgb(88,68,255); }

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

<style>
 a { background-color: #5844FF; }

 a { background-color: rgb(88,68,255); }

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

<style>
 span { border-color: #5844FF; }

 span { border-color: rgb(88,68,255); }

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