#584AFE

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

Shades of Neon Blue #584AFE

Tints of Neon Blue #584AFE

Color information

#584AFE (or 0x584AFE) is unknown color: approx Neon Blue. HEX triplet: 58, 4A and FE. RGB value is (88,74,254). Sum of RGB (Red+Green+Blue) = 88+74+254=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #584AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584AFE is #A7B501. Grayscale: #626262. Windows color (decimal): -10990850 or 16665176. OLE color: 16665176.

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

Color convert

RGB8874254-
CMYK0.650.7100.00
HSL244.67º98.9%64.31%-
HSV(B)244.67º70.87%99.61%-
XYZ24.3614.1395.21-
YUV98.71215.64120.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.15%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 254 (99.61% from 255) = 61.06%
R=21.15%
G=17.79%
B=61.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal88742540.650.7100.00244.6798.964.31
Hex584AFE414700f56340
Octal13011237610110700365143100
Binary101100010010101111111010000011000111001111010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,254); }

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

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

 a { background-color: rgb(88,74,254); }

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

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

 span { border-color: rgb(88,74,254); }

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