Html Css Color HEX #585DFC Neon Blue

📋 copy color: '#585DFC'

red 88 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #585DFC

Tints of Neon Blue #585DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 20.32%
G = 21.48%
B = 58.2%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#585DFC (or 0x585DFC) is known color: Neon Blue. HEX triplet: 58, 5D and FC. RGB value is (88,93,252). Sum of RGB (Red+Green+Blue) = 88+93+252=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #585DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DFC is #A7A203. Grayscale: #6C6C6C. Windows color (decimal): -10985988 or 16538968. OLE color: 16538968.

HSL color Cylindrical-coordinate representation of color #585DFC: hue angle of 238.17º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585DFC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 93 252 -
CMYK 0.65 0.63 0 0.01
HSL 238.17º 0.96% 0.67% -
HSV(B) 238.17º 0.65% 0.99% -
XYZ 25.51 16.93 94.02 -
YUV 109.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 88 93 252 0.65 0.63 0 0.01 238.17 0.96 0.67
Hex 58 5D FC 41 3F 0 1 EE 60 43
Octal 130 135 374 101 77 0 1 356 140 103
Binary 1011000 1011101 11111100 1000001 111111 0 1 11101110 1100000 1000011

Color Harmonies of #585DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DFC

Black with #585DFC

Text Example


Text Example

White with #585DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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