Html Css Color HEX #5C5DEC Neon Blue

📋 copy color: '#5C5DEC'

red 92 ◦ green 93 ◦ blue 236

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

Shades of Neon Blue #5C5DEC

Tints of Neon Blue #5C5DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 21.85%
G = 22.09%
B = 56.06%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5C5DEC (or 0x5C5DEC) is known color: Neon Blue. HEX triplet: 5C, 5D and EC. RGB value is (92,93,236). Sum of RGB (Red+Green+Blue) = 92+93+236=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C5DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DEC is #A3A213. Grayscale: #6C6C6C. Windows color (decimal): -10723860 or 15490396. OLE color: 15490396.

HSL color Cylindrical-coordinate representation of color #5C5DEC: hue angle of 239.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C5DEC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 93 236 -
CMYK 0.61 0.61 0 0.07
HSL 239.58º 0.79% 0.64% -
HSV(B) 239.58º 0.61% 0.93% -
XYZ 23.47 16.16 81.24 -
YUV 109 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 92 93 236 0.61 0.61 0 0.07 239.58 0.79 0.64
Hex 5C 5D EC 3D 3D 0 7 F0 4F 40
Octal 134 135 354 75 75 0 7 360 117 100
Binary 1011100 1011101 11101100 111101 111101 0 111 11110000 1001111 1000000

Color Harmonies of #5C5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5DEC

Black with #5C5DEC

Text Example


Text Example

White with #5C5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C5DEC; }

 p { color: rgb(92,93,236); }

 H1.HeaderClassName
 {
   color: #5C5DEC;
 }
 .AnyTagClassName
 {
   color: #5C5DEC;
 }
</style>

background-color css

<style>
 a { background-color: #5C5DEC; }

 a { background-color: rgb(92,93,236); }

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

border-color css

<style>
 span { border-color: #5C5DEC; }

 span { border-color: rgb(92,93,236); }

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