Html Css Color HEX #583AF1 Neon Blue

📋 copy color: '#583AF1'

red 88 ◦ green 58 ◦ blue 241

#583AF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #583AF1

Tints of Neon Blue #583AF1

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 value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#583AF1 (or 0x583AF1) is known color: 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

RGB 88 58 241 -
CMYK 0.63 0.76 0 0.05
HSL 249.84º 0.87% 0.59% -
HSV(B) 249.84º 0.76% 0.95% -
XYZ 21.41 11.45 84.3 -
YUV 87.83 214.44 128.12 -
System Red Green Blue C M Y K H S L
Decimal 88 58 241 0.63 0.76 0 0.05 249.84 0.87 0.59
Hex 58 3A F1 3F 4C 0 5 FA 57 3B
Octal 130 72 361 77 114 0 5 372 127 73
Binary 1011000 111010 11110001 111111 1001100 0 101 11111010 1010111 111011

Color Harmonies of #583AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583AF1

Black with #583AF1

Text Example


Text Example

White with #583AF1

Text Example


Text Example

HTML Codes & Css Web 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>