#584BF8

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

Shades of Neon Blue #584BF8

Tints of Neon Blue #584BF8

Color information

#584BF8 (or 0x584BF8) is unknown color: approx Neon Blue. HEX triplet: 58, 4B and F8. RGB value is (88,75,248). Sum of RGB (Red+Green+Blue) = 88+75+248=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #584BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584BF8 is #A7B407. Grayscale: #616161. Windows color (decimal): -10990600 or 16272216. OLE color: 16272216.

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

Color convert

RGB8875248-
CMYK0.650.7000.03
HSL244.51º92.51%63.33%-
HSV(B)244.51º69.76%97.25%-
XYZ23.4813.8890.25-
YUV98.61212.31120.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 248 (97.27% from 255) = 60.34%
R=21.41%
G=18.25%
B=60.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal88752480.650.7000.03244.5192.5163.33
Hex584BF8414603f55d3f
Octal1301133701011060336513577
Binary101100010010111111100010000011000110011111101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,248); }

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

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

 a { background-color: rgb(88,75,248); }

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

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

 span { border-color: rgb(88,75,248); }

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