Html Css Color HEX #5D5EF3 Neon Blue

📋 copy color: '#5D5EF3'

red 93 ◦ green 94 ◦ blue 243

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

Shades of Neon Blue #5D5EF3

Tints of Neon Blue #5D5EF3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 243 (95.31% from 255) = 56.51%

R = 21.63%
G = 21.86%
B = 56.51%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5D5EF3 (or 0x5D5EF3) is known color: Neon Blue. HEX triplet: 5D, 5E and F3. RGB value is (93,94,243). Sum of RGB (Red+Green+Blue) = 93+94+243=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #5D5EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5EF3 is #A2A10C. Grayscale: #6E6E6E. Windows color (decimal): -10658061 or 15949405. OLE color: 15949405.

HSL color Cylindrical-coordinate representation of color #5D5EF3: hue angle of 239.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D5EF3 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 94 243 -
CMYK 0.62 0.61 0 0.05
HSL 239.6º 0.86% 0.66% -
HSV(B) 239.6º 0.62% 0.95% -
XYZ 24.69 16.8 86.74 -
YUV 110.69 202.67 115.38 -
System Red Green Blue C M Y K H S L
Decimal 93 94 243 0.62 0.61 0 0.05 239.6 0.86 0.66
Hex 5D 5E F3 3E 3D 0 5 F0 56 42
Octal 135 136 363 76 75 0 5 360 126 102
Binary 1011101 1011110 11110011 111110 111101 0 101 11110000 1010110 1000010

Color Harmonies of #5D5EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5EF3

Black with #5D5EF3

Text Example


Text Example

White with #5D5EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,94,243); }

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

background-color css

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

 a { background-color: rgb(93,94,243); }

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

border-color css

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

 span { border-color: rgb(93,94,243); }

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