#583AF1

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

Shades of Neon Blue #583AF1

Tints of Neon Blue #583AF1

Color information

#583AF1 (or 0x583AF1) is unknown color: approx Neon Blue. HEX triplet: 58, 3A and F1. RGB value is (88,58,241). Sum of RGB (Red+Green+Blue) = 88+58+241=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #583AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583AF1 is #A7C50E. Grayscale: #575757. Windows color (decimal): -10994959 or 15809112. OLE color: 15809112.

HSL color Cylindrical-coordinate representation of color #583AF1: hue angle of 249.84º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #583AF1 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8858241-
CMYK0.630.7600.05
HSL249.84º86.73%58.63%-
HSV(B)249.84º75.93%94.51%-
XYZ21.4111.4584.3-
YUV87.83214.44128.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 241 (94.53% from 255) = 62.27%
R=22.74%
G=14.99%
B=62.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88582410.630.7600.05249.8486.7358.63
Hex583AF13F4C05fa573b
Octal13072361771140537212773
Binary10110001110101111000111111110011000101111110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583AF1; }

 p { color: rgb(88,58,241); }

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

<style>
 a { background-color: #583AF1; }

 a { background-color: rgb(88,58,241); }

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

<style>
 span { border-color: #583AF1; }

 span { border-color: rgb(88,58,241); }

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