#585FF3

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

Shades of Neon Blue #585FF3

Tints of Neon Blue #585FF3

Color information

#585FF3 (or 0x585FF3) is unknown color: approx Neon Blue. HEX triplet: 58, 5F and F3. RGB value is (88,95,243). Sum of RGB (Red+Green+Blue) = 88+95+243=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #585FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585FF3 is #A7A00C. Grayscale: #6D6D6D. Windows color (decimal): -10985485 or 15949656. OLE color: 15949656.

HSL color Cylindrical-coordinate representation of color #585FF3: hue angle of 237.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585FF3 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8895243-
CMYK0.640.6100.05
HSL237.29º86.59%64.9%-
HSV(B)237.29º63.79%95.29%-
XYZ24.2916.7386.74-
YUV109.78203.18112.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.66%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 243 (95.31% from 255) = 57.04%
R=20.66%
G=22.30%
B=57.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88952430.640.6100.05237.2986.5964.9
Hex585FF3403D05ed5741
Octal1301373631007505355127101
Binary1011000101111111110011100000011110101011110110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585FF3; }

 p { color: rgb(88,95,243); }

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

<style>
 a { background-color: #585FF3; }

 a { background-color: rgb(88,95,243); }

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

<style>
 span { border-color: #585FF3; }

 span { border-color: rgb(88,95,243); }

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