Html Css Color HEX #5938EE Neon Blue

📋 copy color: '#5938EE'

red 89 ◦ green 56 ◦ blue 238

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

Shades of Neon Blue #5938EE

Tints of Neon Blue #5938EE

RGB

 RED value IS 89 (35.16% from 255) = 23.24%

 GREEN value IS 56 (22.27% from 255) = 14.62%

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

R = 23.24%
G = 14.62%
B = 62.14%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5938EE (or 0x5938EE) is known color: Neon Blue. HEX triplet: 59, 38 and EE. RGB value is (89,56,238). Sum of RGB (Red+Green+Blue) = 89+56+238=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #5938EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5938EE is #A6C711. Grayscale: #555555. Windows color (decimal): -10929938 or 15611993. OLE color: 15611993.

HSL color Cylindrical-coordinate representation of color #5938EE: hue angle of 250.88º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5938EE is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 56 238 -
CMYK 0.63 0.76 0 0.07
HSL 250.88º 0.84% 0.58% -
HSV(B) 250.88º 0.76% 0.93% -
XYZ 20.97 11.13 81.93 -
YUV 86.62 213.43 129.7 -
System Red Green Blue C M Y K H S L
Decimal 89 56 238 0.63 0.76 0 0.07 250.88 0.84 0.58
Hex 59 38 EE 3F 4C 0 7 FB 54 3A
Octal 131 70 356 77 114 0 7 373 124 72
Binary 1011001 111000 11101110 111111 1001100 0 111 11111011 1010100 111010

Color Harmonies of #5938EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5938EE

Black with #5938EE

Text Example


Text Example

White with #5938EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5938EE; }

 p { color: rgb(89,56,238); }

 H1.HeaderClassName
 {
   color: #5938EE;
 }
 .AnyTagClassName
 {
   color: #5938EE;
 }
</style>

background-color css

<style>
 a { background-color: #5938EE; }

 a { background-color: rgb(89,56,238); }

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

border-color css

<style>
 span { border-color: #5938EE; }

 span { border-color: rgb(89,56,238); }

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