Html Css Color HEX #584AF1 Neon Blue

📋 copy color: '#584AF1'

red 88 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #584AF1

Tints of Neon Blue #584AF1

RGB

 RED value IS 88 (34.77% from 255) = 21.84%

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 241 (94.53% from 255) = 59.8%

R = 21.84%
G = 18.36%
B = 59.8%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#584AF1 (or 0x584AF1) is known color: Neon Blue. HEX triplet: 58, 4A and F1. RGB value is (88,74,241). Sum of RGB (Red+Green+Blue) = 88+74+241=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #584AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584AF1 is #A7B50E. Grayscale: #606060. Windows color (decimal): -10990863 or 15813208. OLE color: 15813208.

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

Color convert

RGB 88 74 241 -
CMYK 0.63 0.69 0 0.05
HSL 245.03º 0.86% 0.62% -
HSV(B) 245.03º 0.69% 0.95% -
XYZ 22.35 13.32 84.61 -
YUV 97.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 88 74 241 0.63 0.69 0 0.05 245.03 0.86 0.62
Hex 58 4A F1 3F 45 0 5 F5 56 3E
Octal 130 112 361 77 105 0 5 365 126 76
Binary 1011000 1001010 11110001 111111 1000101 0 101 11110101 1010110 111110

Color Harmonies of #584AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584AF1

Black with #584AF1

Text Example


Text Example

White with #584AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #584AF1;
 }
 .AnyTagClassName
 {
   color: #584AF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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