#5845FF

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

Shades of Neon Blue #5845FF

Tints of Neon Blue #5845FF

Color information

#5845FF (or 0x5845FF) is unknown color: approx Neon Blue. HEX triplet: 58, 45 and FF. RGB value is (88,69,255). Sum of RGB (Red+Green+Blue) = 88+69+255=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #5845FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845FF is #A7BA00. Grayscale: #5F5F5F. Windows color (decimal): -10992129 or 16729432. OLE color: 16729432.

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

Color convert

RGB8869255-
CMYK0.650.7300
HSL246.13º100%63.53%-
HSV(B)246.13º72.94%100%-
XYZ24.213.5595.95-
YUV95.88217.79122.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 255 (100% from 255) = 61.89%
R=21.36%
G=16.75%
B=61.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88692550.650.7300246.1310063.53
Hex5845FF414900f66440
Octal13010537710111100366144100
Binary101100010001011111111110000011001001001111011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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