Html Css Color HEX #5D4CEF Neon Blue

📋 copy color: '#5D4CEF'

red 93 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #5D4CEF

Tints of Neon Blue #5D4CEF

RGB

 RED value IS 93 (36.72% from 255) = 22.79%

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 22.79%
G = 18.63%
B = 58.58%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D4CEF (or 0x5D4CEF) is known color: Neon Blue. HEX triplet: 5D, 4C and EF. RGB value is (93,76,239). Sum of RGB (Red+Green+Blue) = 93+76+239=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4CEF is #A2B310. Grayscale: #636363. Windows color (decimal): -10662673 or 15682653. OLE color: 15682653.

HSL color Cylindrical-coordinate representation of color #5D4CEF: hue angle of 246.26º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D4CEF is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 76 239 -
CMYK 0.61 0.68 0 0.06
HSL 246.26º 0.84% 0.62% -
HSV(B) 246.26º 0.68% 0.94% -
XYZ 22.68 13.73 83.12 -
YUV 99.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 93 76 239 0.61 0.68 0 0.06 246.26 0.84 0.62
Hex 5D 4C EF 3D 44 0 6 F6 54 3E
Octal 135 114 357 75 104 0 6 366 124 76
Binary 1011101 1001100 11101111 111101 1000100 0 110 11110110 1010100 111110

Color Harmonies of #5D4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CEF

Black with #5D4CEF

Text Example


Text Example

White with #5D4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,76,239); }

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

background-color css

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

 a { background-color: rgb(93,76,239); }

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

border-color css

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

 span { border-color: rgb(93,76,239); }

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