Html Css Color HEX #585DF3 Neon Blue

📋 copy color: '#585DF3'

red 88 ◦ green 93 ◦ blue 243

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

Shades of Neon Blue #585DF3

Tints of Neon Blue #585DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 243 (95.31% from 255) = 57.31%

R = 20.75%
G = 21.93%
B = 57.31%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#585DF3 (or 0x585DF3) is known color: Neon Blue. HEX triplet: 58, 5D and F3. RGB value is (88,93,243). Sum of RGB (Red+Green+Blue) = 88+93+243=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #585DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DF3 is #A7A20C. Grayscale: #6C6C6C. Windows color (decimal): -10985997 or 15949144. OLE color: 15949144.

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

Color convert

RGB 88 93 243 -
CMYK 0.64 0.62 0 0.05
HSL 238.06º 0.87% 0.65% -
HSV(B) 238.06º 0.64% 0.95% -
XYZ 24.12 16.37 86.68 -
YUV 108.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 88 93 243 0.64 0.62 0 0.05 238.06 0.87 0.65
Hex 58 5D F3 40 3E 0 5 EE 57 41
Octal 130 135 363 100 76 0 5 356 127 101
Binary 1011000 1011101 11110011 1000000 111110 0 101 11101110 1010111 1000001

Color Harmonies of #585DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DF3

Black with #585DF3

Text Example


Text Example

White with #585DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,243); }

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

background-color css

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

 a { background-color: rgb(88,93,243); }

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

border-color css

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

 span { border-color: rgb(88,93,243); }

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