Html Css Color HEX #5D42EB Neon Blue

📋 copy color: '#5D42EB'

red 93 ◦ green 66 ◦ blue 235

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

Shades of Neon Blue #5D42EB

Tints of Neon Blue #5D42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.75%

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 23.6%
G = 16.75%
B = 59.64%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D42EB (or 0x5D42EB) is known color: Neon Blue. HEX triplet: 5D, 42 and EB. RGB value is (93,66,235). Sum of RGB (Red+Green+Blue) = 93+66+235=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D42EB is #A2BD14. Grayscale: #5C5C5C. Windows color (decimal): -10665237 or 15417949. OLE color: 15417949.

HSL color Cylindrical-coordinate representation of color #5D42EB: hue angle of 249.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D42EB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 66 235 -
CMYK 0.60 0.72 0 0.08
HSL 249.59º 0.81% 0.59% -
HSV(B) 249.59º 0.72% 0.92% -
XYZ 21.46 12.22 79.83 -
YUV 93.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 93 66 235 0.60 0.72 0 0.08 249.59 0.81 0.59
Hex 5D 42 EB 3C 48 0 8 FA 51 3B
Octal 135 102 353 74 110 0 10 372 121 73
Binary 1011101 1000010 11101011 111100 1001000 0 1000 11111010 1010001 111011

Color Harmonies of #5D42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42EB

Black with #5D42EB

Text Example


Text Example

White with #5D42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,66,235); }

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

background-color css

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

 a { background-color: rgb(93,66,235); }

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

border-color css

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

 span { border-color: rgb(93,66,235); }

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