Html Css Color HEX #585CF1 Neon Blue

📋 copy color: '#585CF1'

red 88 ◦ green 92 ◦ blue 241

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

Shades of Neon Blue #585CF1

Tints of Neon Blue #585CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 20.9%
G = 21.85%
B = 57.24%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#585CF1 (or 0x585CF1) is known color: Neon Blue. HEX triplet: 58, 5C and F1. RGB value is (88,92,241). Sum of RGB (Red+Green+Blue) = 88+92+241=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #585CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585CF1 is #A7A30E. Grayscale: #6B6B6B. Windows color (decimal): -10986255 or 15817816. OLE color: 15817816.

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

Color convert

RGB 88 92 241 -
CMYK 0.63 0.62 0 0.05
HSL 238.43º 0.85% 0.65% -
HSV(B) 238.43º 0.63% 0.95% -
XYZ 23.73 16.08 85.07 -
YUV 107.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 88 92 241 0.63 0.62 0 0.05 238.43 0.85 0.65
Hex 58 5C F1 3F 3E 0 5 EE 55 41
Octal 130 134 361 77 76 0 5 356 125 101
Binary 1011000 1011100 11110001 111111 111110 0 101 11101110 1010101 1000001

Color Harmonies of #585CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CF1

Black with #585CF1

Text Example


Text Example

White with #585CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585CF1; }

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

 H1.HeaderClassName
 {
   color: #585CF1;
 }
 .AnyTagClassName
 {
   color: #585CF1;
 }
</style>

background-color css

<style>
 a { background-color: #585CF1; }

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

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

border-color css

<style>
 span { border-color: #585CF1; }

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

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