#584DFF

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

Shades of Neon Blue #584DFF

Tints of Neon Blue #584DFF

Color information

#584DFF (or 0x584DFF) is unknown color: approx Neon Blue. HEX triplet: 58, 4D and FF. RGB value is (88,77,255). Sum of RGB (Red+Green+Blue) = 88+77+255=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #584DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584DFF is #A7B200. Grayscale: #636363. Windows color (decimal): -10990081 or 16731480. OLE color: 16731480.

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

Color convert

RGB8877255-
CMYK0.650.7000
HSL243.71º100%65.1%-
HSV(B)243.71º69.8%100%-
XYZ24.7314.696.12-
YUV100.58215.14119.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 255 (100% from 255) = 60.71%
R=20.95%
G=18.33%
B=60.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88772550.650.7000243.7110065.1
Hex584DFF414600f46441
Octal13011537710110600364144101
Binary101100010011011111111110000011000110001111010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584DFF; }

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

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

<style>
 a { background-color: #584DFF; }

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

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

<style>
 span { border-color: #584DFF; }

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

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