Html Css Color HEX #584AF9 Neon Blue

📋 copy color: '#584AF9'

red 88 ◦ green 74 ◦ blue 249

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

Shades of Neon Blue #584AF9

Tints of Neon Blue #584AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 21.41%
G = 18%
B = 60.58%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#584AF9 (or 0x584AF9) is known color: Neon Blue. HEX triplet: 58, 4A and F9. RGB value is (88,74,249). Sum of RGB (Red+Green+Blue) = 88+74+249=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #584AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584AF9 is #A7B506. Grayscale: #616161. Windows color (decimal): -10990855 or 16337496. OLE color: 16337496.

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

Color convert

RGB 88 74 249 -
CMYK 0.65 0.70 0 0.02
HSL 244.8º 0.94% 0.63% -
HSV(B) 244.8º 0.7% 0.98% -
XYZ 23.57 13.81 91.05 -
YUV 98.14 213.14 120.77 -
System Red Green Blue C M Y K H S L
Decimal 88 74 249 0.65 0.70 0 0.02 244.8 0.94 0.63
Hex 58 4A F9 41 46 0 2 F5 5E 3F
Octal 130 112 371 101 106 0 2 365 136 77
Binary 1011000 1001010 11111001 1000001 1000110 0 10 11110101 1011110 111111

Color Harmonies of #584AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584AF9

Black with #584AF9

Text Example


Text Example

White with #584AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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