Html Css Color HEX #5D65EF Neon Blue

📋 copy color: '#5D65EF'

red 93 ◦ green 101 ◦ blue 239

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

Shades of Neon Blue #5D65EF

Tints of Neon Blue #5D65EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

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

R = 21.48%
G = 23.33%
B = 55.2%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D65EF (or 0x5D65EF) is known color: Neon Blue. HEX triplet: 5D, 65 and EF. RGB value is (93,101,239). Sum of RGB (Red+Green+Blue) = 93+101+239=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D65EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D65EF is #A29A10. Grayscale: #717171. Windows color (decimal): -10656273 or 15689053. OLE color: 15689053.

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

Color convert

RGB 93 101 239 -
CMYK 0.61 0.58 0 0.06
HSL 236.71º 0.82% 0.65% -
HSV(B) 236.71º 0.61% 0.94% -
XYZ 24.75 17.87 83.81 -
YUV 114.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 93 101 239 0.61 0.58 0 0.06 236.71 0.82 0.65
Hex 5D 65 EF 3D 3A 0 6 ED 52 41
Octal 135 145 357 75 72 0 6 355 122 101
Binary 1011101 1100101 11101111 111101 111010 0 110 11101101 1010010 1000001

Color Harmonies of #5D65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D65EF

Black with #5D65EF

Text Example


Text Example

White with #5D65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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