Html Css Color HEX #5D42EE Neon Blue

📋 copy color: '#5D42EE'

red 93 ◦ green 66 ◦ blue 238

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

Shades of Neon Blue #5D42EE

Tints of Neon Blue #5D42EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 23.43%
G = 16.62%
B = 59.95%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D42EE (or 0x5D42EE) is known color: Neon Blue. HEX triplet: 5D, 42 and EE. RGB value is (93,66,238). Sum of RGB (Red+Green+Blue) = 93+66+238=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D42EE is #A2BD11. Grayscale: #5D5D5D. Windows color (decimal): -10665234 or 15614557. OLE color: 15614557.

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

Color convert

RGB 93 66 238 -
CMYK 0.61 0.72 0 0.07
HSL 249.42º 0.83% 0.6% -
HSV(B) 249.42º 0.72% 0.93% -
XYZ 21.9 12.4 82.13 -
YUV 93.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 93 66 238 0.61 0.72 0 0.07 249.42 0.83 0.6
Hex 5D 42 EE 3D 48 0 7 F9 53 3C
Octal 135 102 356 75 110 0 7 371 123 74
Binary 1011101 1000010 11101110 111101 1001000 0 111 11111001 1010011 111100

Color Harmonies of #5D42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42EE

Black with #5D42EE

Text Example


Text Example

White with #5D42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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